Html Css Color HEX #244ACB Cerulean Blue

📋 copy color: '#244ACB'

red 36 ◦ green 74 ◦ blue 203

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

Shades of Cerulean Blue #244ACB

Tints of Cerulean Blue #244ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 11.5%
G = 23.64%
B = 64.86%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#244ACB (or 0x244ACB) is known color: Cerulean Blue. HEX triplet: 24, 4A and CB. RGB value is (36,74,203). Sum of RGB (Red+Green+Blue) = 36+74+203=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #244ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ACB is #DBB534. Grayscale: #4C4C4C. Windows color (decimal): -14398773 or 13322788. OLE color: 13322788.

HSL color Cylindrical-coordinate representation of color #244ACB: hue angle of 226.35º 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 #244ACB is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 74 203 -
CMYK 0.82 0.64 0 0.20
HSL 226.35º 0.7% 0.47% -
HSV(B) 226.35º 0.82% 0.8% -
XYZ 13.96 9.58 57.61 -
YUV 77.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 36 74 203 0.82 0.64 0 0.20 226.35 0.7 0.47
Hex 24 4A CB 52 40 0 14 E2 46 2F
Octal 44 112 313 122 100 0 24 342 106 57
Binary 100100 1001010 11001011 1010010 1000000 0 10100 11100010 1000110 101111

Color Harmonies of #244ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244ACB

Black with #244ACB

Text Example


Text Example

White with #244ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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