#245FCA

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

Shades of Cerulean Blue #245FCA

Tints of Cerulean Blue #245FCA

Color information

#245FCA (or 0x245FCA) is unknown color: approx Cerulean Blue. HEX triplet: 24, 5F and CA. RGB value is (36,95,202). Sum of RGB (Red+Green+Blue) = 36+95+202=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #245FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FCA is #DBA035. Grayscale: #595959. Windows color (decimal): -14393398 or 13262628. OLE color: 13262628.

HSL color Cylindrical-coordinate representation of color #245FCA: hue angle of 218.67º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245FCA is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3695202-
CMYK0.820.5300.21
HSL218.67º69.75%46.67%-
HSV(B)218.67º82.18%79.22%-
XYZ15.4812.8257.54-
YUV89.56191.4589.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=10.81%
G=28.53%
B=60.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36952020.820.5300.21218.6769.7546.67
Hex245FCA5235015db462f
Octal441373121226502533310657
Binary1001001011111110010101010010110101010101110110111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,202); }

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

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

 a { background-color: rgb(36,95,202); }

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

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

 span { border-color: rgb(36,95,202); }

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