Html Css Color HEX #2844CD Cerulean Blue

📋 copy color: '#2844CD'

red 40 ◦ green 68 ◦ blue 205

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

Shades of Cerulean Blue #2844CD

Tints of Cerulean Blue #2844CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 12.78%
G = 21.73%
B = 65.5%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2844CD (or 0x2844CD) is known color: Cerulean Blue. HEX triplet: 28, 44 and CD. RGB value is (40,68,205). Sum of RGB (Red+Green+Blue) = 40+68+205=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #2844CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844CD is #D7BB32. Grayscale: #4A4A4A. Windows color (decimal): -14138163 or 13452328. OLE color: 13452328.

HSL color Cylindrical-coordinate representation of color #2844CD: hue angle of 229.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2844CD is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 68 205 -
CMYK 0.80 0.67 0 0.20
HSL 229.82º 0.67% 0.48% -
HSV(B) 229.82º 0.8% 0.8% -
XYZ 13.96 8.99 58.76 -
YUV 75.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 40 68 205 0.80 0.67 0 0.20 229.82 0.67 0.48
Hex 28 44 CD 50 43 0 14 E6 43 30
Octal 50 104 315 120 103 0 24 346 103 60
Binary 101000 1000100 11001101 1010000 1000011 0 10100 11100110 1000011 110000

Color Harmonies of #2844CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2844CD

Black with #2844CD

Text Example


Text Example

White with #2844CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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