Html Css Color HEX #245ACF Cerulean Blue

📋 copy color: '#245ACF'

red 36 ◦ green 90 ◦ blue 207

#245ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #245ACF

Tints of Cerulean Blue #245ACF

RGB

 RED value IS 36 (14.45% from 255) = 10.81%

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 10.81%
G = 27.03%
B = 62.16%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#245ACF (or 0x245ACF) is known color: Cerulean Blue. HEX triplet: 24, 5A and CF. RGB value is (36,90,207). Sum of RGB (Red+Green+Blue) = 36+90+207=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #245ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ACF is #DBA530. Grayscale: #565656. Windows color (decimal): -14394673 or 13589028. OLE color: 13589028.

HSL color Cylindrical-coordinate representation of color #245ACF: hue angle of 221.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245ACF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 90 207 -
CMYK 0.83 0.57 0 0.19
HSL 221.05º 0.7% 0.48% -
HSV(B) 221.05º 0.83% 0.81% -
XYZ 15.65 12.19 60.56 -
YUV 87.19 195.61 91.49 -
System Red Green Blue C M Y K H S L
Decimal 36 90 207 0.83 0.57 0 0.19 221.05 0.7 0.48
Hex 24 5A CF 53 39 0 13 DD 46 30
Octal 44 132 317 123 71 0 23 335 106 60
Binary 100100 1011010 11001111 1010011 111001 0 10011 11011101 1000110 110000

Color Harmonies of #245ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ACF

Black with #245ACF

Text Example


Text Example

White with #245ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,90,207); }

 H1.HeaderClassName
 {
   color: #245ACF;
 }
 .AnyTagClassName
 {
   color: #245ACF;
 }
</style>

background-color css

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

 a { background-color: rgb(36,90,207); }

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

border-color css

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

 span { border-color: rgb(36,90,207); }

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