Html Css Color HEX #2844DD Cerulean Blue

📋 copy color: '#2844DD'

red 40 ◦ green 68 ◦ blue 221

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

Shades of Cerulean Blue #2844DD

Tints of Cerulean Blue #2844DD

RGB

 RED value IS 40 (16.02% from 255) = 12.16%

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 12.16%
G = 20.67%
B = 67.17%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2844DD (or 0x2844DD) is known color: Cerulean Blue. HEX triplet: 28, 44 and DD. RGB value is (40,68,221). Sum of RGB (Red+Green+Blue) = 40+68+221=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #2844DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DD is #D7BB22. Grayscale: #4C4C4C. Windows color (decimal): -14138147 or 14500904. OLE color: 14500904.

HSL color Cylindrical-coordinate representation of color #2844DD: hue angle of 230.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2844DD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 68 221 -
CMYK 0.82 0.69 0 0.13
HSL 230.72º 0.73% 0.51% -
HSV(B) 230.72º 0.82% 0.87% -
XYZ 15.99 9.81 69.46 -
YUV 77.07 209.22 101.56 -
System Red Green Blue C M Y K H S L
Decimal 40 68 221 0.82 0.69 0 0.13 230.72 0.73 0.51
Hex 28 44 DD 52 45 0 D E7 49 33
Octal 50 104 335 122 105 0 15 347 111 63
Binary 101000 1000100 11011101 1010010 1000101 0 1101 11100111 1001001 110011

Color Harmonies of #2844DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2844DD

Black with #2844DD

Text Example


Text Example

White with #2844DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2844DD; }

 p { color: rgb(40,68,221); }

 H1.HeaderClassName
 {
   color: #2844DD;
 }
 .AnyTagClassName
 {
   color: #2844DD;
 }
</style>

background-color css

<style>
 a { background-color: #2844DD; }

 a { background-color: rgb(40,68,221); }

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

border-color css

<style>
 span { border-color: #2844DD; }

 span { border-color: rgb(40,68,221); }

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