Html Css Color HEX #244AD0 Cerulean Blue

📋 copy color: '#244AD0'

red 36 ◦ green 74 ◦ blue 208

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

Shades of Cerulean Blue #244AD0

Tints of Cerulean Blue #244AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

 BLUE value IS 208 (81.64% from 255) = 65.41%

R = 11.32%
G = 23.27%
B = 65.41%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#244AD0 (or 0x244AD0) is known color: Cerulean Blue. HEX triplet: 24, 4A and D0. RGB value is (36,74,208). Sum of RGB (Red+Green+Blue) = 36+74+208=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #244AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244AD0 is #DBB52F. Grayscale: #4D4D4D. Windows color (decimal): -14398768 or 13650468. OLE color: 13650468.

HSL color Cylindrical-coordinate representation of color #244AD0: hue angle of 226.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #244AD0 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 74 208 -
CMYK 0.83 0.64 0 0.18
HSL 226.74º 0.7% 0.48% -
HSV(B) 226.74º 0.83% 0.82% -
XYZ 14.56 9.83 60.8 -
YUV 77.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 36 74 208 0.83 0.64 0 0.18 226.74 0.7 0.48
Hex 24 4A D0 53 40 0 12 E3 46 30
Octal 44 112 320 123 100 0 22 343 106 60
Binary 100100 1001010 11010000 1010011 1000000 0 10010 11100011 1000110 110000

Color Harmonies of #244AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244AD0

Black with #244AD0

Text Example


Text Example

White with #244AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244AD0; }

 p { color: rgb(36,74,208); }

 H1.HeaderClassName
 {
   color: #244AD0;
 }
 .AnyTagClassName
 {
   color: #244AD0;
 }
</style>

background-color css

<style>
 a { background-color: #244AD0; }

 a { background-color: rgb(36,74,208); }

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

border-color css

<style>
 span { border-color: #244AD0; }

 span { border-color: rgb(36,74,208); }

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