#245BF6

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

Shades of Royal Blue #245BF6

Tints of Royal Blue #245BF6

Color information

#245BF6 (or 0x245BF6) is unknown color: approx Royal Blue. HEX triplet: 24, 5B and F6. RGB value is (36,91,246). Sum of RGB (Red+Green+Blue) = 36+91+246=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #245BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BF6 is #DBA409. Grayscale: #5B5B5B. Windows color (decimal): -14394378 or 16145188. OLE color: 16145188.

HSL color Cylindrical-coordinate representation of color #245BF6: hue angle of 224.29º degrees, saturation: 0.92, 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 #245BF6 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3691246-
CMYK0.850.6300.04
HSL224.29º92.11%55.29%-
HSV(B)224.29º85.37%96.47%-
XYZ21.114.5188.88-
YUV92.22214.7887.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.65%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 246 (96.48% from 255) = 65.95%
R=9.65%
G=24.40%
B=65.95%

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
Decimal36912460.850.6300.04224.2992.1155.29
Hex245BF6553F04e05c37
Octal44133366125770434013467
Binary10010010110111111011010101011111110100111000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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