Html Css Color HEX #245BC6 Cerulean Blue

📋 copy color: '#245BC6'

red 36 ◦ green 91 ◦ blue 198

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

Shades of Cerulean Blue #245BC6

Tints of Cerulean Blue #245BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

 BLUE value IS 198 (77.73% from 255) = 60.92%

R = 11.08%
G = 28%
B = 60.92%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#245BC6 (or 0x245BC6) is known color: Cerulean Blue. HEX triplet: 24, 5B and C6. RGB value is (36,91,198). Sum of RGB (Red+Green+Blue) = 36+91+198=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #245BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BC6 is #DBA439. Grayscale: #565656. Windows color (decimal): -14394426 or 12999460. OLE color: 12999460.

HSL color Cylindrical-coordinate representation of color #245BC6: hue angle of 219.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245BC6 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 91 198 -
CMYK 0.82 0.54 0 0.22
HSL 219.63º 0.69% 0.46% -
HSV(B) 219.63º 0.82% 0.78% -
XYZ 14.66 11.93 54.96 -
YUV 86.75 190.78 91.8 -
System Red Green Blue C M Y K H S L
Decimal 36 91 198 0.82 0.54 0 0.22 219.63 0.69 0.46
Hex 24 5B C6 52 36 0 16 DC 45 2E
Octal 44 133 306 122 66 0 26 334 105 56
Binary 100100 1011011 11000110 1010010 110110 0 10110 11011100 1000101 101110

Color Harmonies of #245BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BC6

Black with #245BC6

Text Example


Text Example

White with #245BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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