Html Css Color HEX #245DBD Cerulean Blue

📋 copy color: '#245DBD'

red 36 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #245DBD

Tints of Cerulean Blue #245DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 11.32%
G = 29.25%
B = 59.43%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#245DBD (or 0x245DBD) is known color: Cerulean Blue. HEX triplet: 24, 5D and BD. RGB value is (36,93,189). Sum of RGB (Red+Green+Blue) = 36+93+189=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #245DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DBD is #DBA242. Grayscale: #565656. Windows color (decimal): -14393923 or 12410148. OLE color: 12410148.

HSL color Cylindrical-coordinate representation of color #245DBD: hue angle of 217.65º 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 #245DBD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 93 189 -
CMYK 0.81 0.51 0 0.26
HSL 217.65º 0.68% 0.44% -
HSV(B) 217.65º 0.81% 0.74% -
XYZ 13.83 11.88 49.71 -
YUV 86.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 36 93 189 0.81 0.51 0 0.26 217.65 0.68 0.44
Hex 24 5D BD 51 33 0 1A DA 44 2C
Octal 44 135 275 121 63 0 32 332 104 54
Binary 100100 1011101 10111101 1010001 110011 0 11010 11011010 1000100 101100

Color Harmonies of #245DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DBD

Black with #245DBD

Text Example


Text Example

White with #245DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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