Html Css Color HEX #245DDA Cerulean Blue

📋 copy color: '#245DDA'

red 36 ◦ green 93 ◦ blue 218

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

Shades of Cerulean Blue #245DDA

Tints of Cerulean Blue #245DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 10.37%
G = 26.8%
B = 62.82%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#245DDA (or 0x245DDA) is known color: Cerulean Blue. HEX triplet: 24, 5D and DA. RGB value is (36,93,218). Sum of RGB (Red+Green+Blue) = 36+93+218=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #245DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DDA is #DBA225. Grayscale: #595959. Windows color (decimal): -14393894 or 14310692. OLE color: 14310692.

HSL color Cylindrical-coordinate representation of color #245DDA: hue angle of 221.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245DDA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 93 218 -
CMYK 0.83 0.57 0 0.15
HSL 221.21º 0.72% 0.5% -
HSV(B) 221.21º 0.83% 0.85% -
XYZ 17.3 13.27 67.98 -
YUV 90.21 200.12 89.34 -
System Red Green Blue C M Y K H S L
Decimal 36 93 218 0.83 0.57 0 0.15 221.21 0.72 0.5
Hex 24 5D DA 53 39 0 F DD 48 32
Octal 44 135 332 123 71 0 17 335 110 62
Binary 100100 1011101 11011010 1010011 111001 0 1111 11011101 1001000 110010

Color Harmonies of #245DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DDA

Black with #245DDA

Text Example


Text Example

White with #245DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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