Html Css Color HEX #2841DE Cerulean Blue

📋 copy color: '#2841DE'

red 40 ◦ green 65 ◦ blue 222

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

Shades of Cerulean Blue #2841DE

Tints of Cerulean Blue #2841DE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 222 (87.11% from 255) = 67.89%

R = 12.23%
G = 19.88%
B = 67.89%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2841DE (or 0x2841DE) is known color: Cerulean Blue. HEX triplet: 28, 41 and DE. RGB value is (40,65,222). Sum of RGB (Red+Green+Blue) = 40+65+222=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #2841DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841DE is #D7BE21. Grayscale: #4A4A4A. Windows color (decimal): -14138914 or 14565672. OLE color: 14565672.

HSL color Cylindrical-coordinate representation of color #2841DE: hue angle of 231.76º 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 #2841DE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 65 222 -
CMYK 0.82 0.71 0 0.13
HSL 231.76º 0.73% 0.51% -
HSV(B) 231.76º 0.82% 0.87% -
XYZ 15.95 9.51 70.1 -
YUV 75.42 210.72 102.73 -
System Red Green Blue C M Y K H S L
Decimal 40 65 222 0.82 0.71 0 0.13 231.76 0.73 0.51
Hex 28 41 DE 52 47 0 D E8 49 33
Octal 50 101 336 122 107 0 15 350 111 63
Binary 101000 1000001 11011110 1010010 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #2841DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841DE

Black with #2841DE

Text Example


Text Example

White with #2841DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2841DE; }

 p { color: rgb(40,65,222); }

 H1.HeaderClassName
 {
   color: #2841DE;
 }
 .AnyTagClassName
 {
   color: #2841DE;
 }
</style>

background-color css

<style>
 a { background-color: #2841DE; }

 a { background-color: rgb(40,65,222); }

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

border-color css

<style>
 span { border-color: #2841DE; }

 span { border-color: rgb(40,65,222); }

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