Html Css Color HEX #245DBC Cerulean Blue

📋 copy color: '#245DBC'

red 36 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #245DBC

Tints of Cerulean Blue #245DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 11.36%
G = 29.34%
B = 59.31%

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

#245DBC (or 0x245DBC) is known color: Cerulean Blue. HEX triplet: 24, 5D and BC. RGB value is (36,93,188). Sum of RGB (Red+Green+Blue) = 36+93+188=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #245DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DBC is #DBA243. Grayscale: #565656. Windows color (decimal): -14393924 or 12344612. OLE color: 12344612.

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

Color convert

RGB 36 93 188 -
CMYK 0.81 0.51 0 0.26
HSL 217.5º 0.68% 0.44% -
HSV(B) 217.5º 0.81% 0.74% -
XYZ 13.72 11.83 49.14 -
YUV 86.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 36 93 188 0.81 0.51 0 0.26 217.5 0.68 0.44
Hex 24 5D BC 51 33 0 1A DA 44 2C
Octal 44 135 274 121 63 0 32 332 104 54
Binary 100100 1011101 10111100 1010001 110011 0 11010 11011010 1000100 101100

Color Harmonies of #245DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DBC

Black with #245DBC

Text Example


Text Example

White with #245DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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