Html Css Color HEX #2844DA Cerulean Blue

📋 copy color: '#2844DA'

red 40 ◦ green 68 ◦ blue 218

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

Shades of Cerulean Blue #2844DA

Tints of Cerulean Blue #2844DA

RGB

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

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

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

R = 12.27%
G = 20.86%
B = 66.87%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2844DA (or 0x2844DA) is known color: Cerulean Blue. HEX triplet: 28, 44 and DA. RGB value is (40,68,218). Sum of RGB (Red+Green+Blue) = 40+68+218=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #2844DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844DA is #D7BB25. Grayscale: #4C4C4C. Windows color (decimal): -14138150 or 14304296. OLE color: 14304296.

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

Color convert

RGB 40 68 218 -
CMYK 0.82 0.69 0 0.15
HSL 230.56º 0.71% 0.51% -
HSV(B) 230.56º 0.82% 0.85% -
XYZ 15.6 9.65 67.37 -
YUV 76.73 207.72 101.8 -
System Red Green Blue C M Y K H S L
Decimal 40 68 218 0.82 0.69 0 0.15 230.56 0.71 0.51
Hex 28 44 DA 52 45 0 F E7 47 33
Octal 50 104 332 122 105 0 17 347 107 63
Binary 101000 1000100 11011010 1010010 1000101 0 1111 11100111 1000111 110011

Color Harmonies of #2844DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2844DA

Black with #2844DA

Text Example


Text Example

White with #2844DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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