#245CF3

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

Shades of Royal Blue #245CF3

Tints of Royal Blue #245CF3

Color information

#245CF3 (or 0x245CF3) is unknown color: approx Royal Blue. HEX triplet: 24, 5C and F3. RGB value is (36,92,243). Sum of RGB (Red+Green+Blue) = 36+92+243=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #245CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CF3 is #DBA30C. Grayscale: #5B5B5B. Windows color (decimal): -14394125 or 15948836. OLE color: 15948836.

HSL color Cylindrical-coordinate representation of color #245CF3: hue angle of 223.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245CF3 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3692243-
CMYK0.850.6200.05
HSL223.77º89.61%54.71%-
HSV(B)223.77º85.19%95.29%-
XYZ20.7314.586.5-
YUV92.47212.9587.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.70%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 243 (95.31% from 255) = 65.50%
R=9.70%
G=24.80%
B=65.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal36922430.850.6200.05223.7789.6154.71
Hex245CF3553E05e05a37
Octal44134363125760534013267
Binary10010010111001111001110101011111100101111000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,92,243); }

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

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

 a { background-color: rgb(36,92,243); }

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

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

 span { border-color: rgb(36,92,243); }

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