Html Css Color HEX #245ABD Cerulean Blue

📋 copy color: '#245ABD'

red 36 ◦ green 90 ◦ blue 189

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

Shades of Cerulean Blue #245ABD

Tints of Cerulean Blue #245ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 11.43%
G = 28.57%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#245ABD (or 0x245ABD) is known color: Cerulean Blue. HEX triplet: 24, 5A and BD. RGB value is (36,90,189). Sum of RGB (Red+Green+Blue) = 36+90+189=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #245ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ABD is #DBA542. Grayscale: #545454. Windows color (decimal): -14394691 or 12409380. OLE color: 12409380.

HSL color Cylindrical-coordinate representation of color #245ABD: hue angle of 218.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245ABD is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 90 189 -
CMYK 0.81 0.52 0 0.26
HSL 218.82º 0.68% 0.44% -
HSV(B) 218.82º 0.81% 0.74% -
XYZ 13.57 11.36 49.62 -
YUV 85.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 36 90 189 0.81 0.52 0 0.26 218.82 0.68 0.44
Hex 24 5A BD 51 34 0 1A DB 44 2C
Octal 44 132 275 121 64 0 32 333 104 54
Binary 100100 1011010 10111101 1010001 110100 0 11010 11011011 1000100 101100

Color Harmonies of #245ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245ABD

Black with #245ABD

Text Example


Text Example

White with #245ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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