Html Css Color HEX #244ACC Cerulean Blue

📋 copy color: '#244ACC'

red 36 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #244ACC

Tints of Cerulean Blue #244ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 11.46%
G = 23.57%
B = 64.97%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#244ACC (or 0x244ACC) is known color: Cerulean Blue. HEX triplet: 24, 4A and CC. RGB value is (36,74,204). Sum of RGB (Red+Green+Blue) = 36+74+204=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #244ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ACC is #DBB533. Grayscale: #4C4C4C. Windows color (decimal): -14398772 or 13388324. OLE color: 13388324.

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

Color convert

RGB 36 74 204 -
CMYK 0.82 0.64 0 0.2
HSL 226.43º 0.7% 0.47% -
HSV(B) 226.43º 0.82% 0.8% -
XYZ 14.08 9.63 58.24 -
YUV 77.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 36 74 204 0.82 0.64 0 0.2 226.43 0.7 0.47
Hex 24 4A CC 52 40 0 14 E2 46 2F
Octal 44 112 314 122 100 0 24 342 106 57
Binary 100100 1001010 11001100 1010010 1000000 0 10100 11100010 1000110 101111

Color Harmonies of #244ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244ACC

Black with #244ACC

Text Example


Text Example

White with #244ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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