#245bf5

Color #245BF5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #245BF5

Tints of Royal Blue #245BF5

Color information

#245BF5 (or 0x245BF5) is unknown color: approx Royal Blue. HEX triplet: 24, 5B and F5. RGB value is (36,91,245). Sum of RGB (Red+Green+Blue) = 36+91+245=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #245BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BF5 is #DBA40A. Grayscale: #5B5B5B. Windows color (decimal): -14394379 or 16079652. OLE color: 16079652.

HSL color Cylindrical-coordinate representation of color #245BF5: hue angle of 224.21º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245BF5 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3691245-
CMYK0.850.6300.04
HSL224.21º91.27%55.1%-
HSV(B)224.21º85.31%96.08%-
XYZ20.9514.4588.07-
YUV92.11214.2887.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 9.68%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 245 (96.09% from 255) = 65.86%
R=9.68%
G=24.46%
B=65.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal36912450.850.6300.04224.2191.2755.1
Hex245BF5553F04e05b37
Octal44133365125770434013367
Binary10010010110111111010110101011111110100111000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245bf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245bf5; }

 p { color: rgb(36,91,245); }

 H1.HeaderClassName
 {
   color: #245bf5;
 }
 .AnyTagClassName
 {
   color: #245bf5;
 }
</style>
background-color css

<style>
 a { background-color: #245bf5; }

 a { background-color: rgb(36,91,245); }

 div.DivClassName
 {
   background-color: #245bf5;
 }
 .BgClassName
 {
   background-color: #245bf5;
 }
</style>
border-color css

<style>
 span { border-color: #245bf5; }

 span { border-color: rgb(36,91,245); }

 td.TdClassName
 {
   border-color: #245bf5;
 }
 .TagClassName
 {
   border-color: #245bf5;
 }
</style>