Html Css Color HEX #2854CE Cerulean Blue

📋 copy color: '#2854CE'

red 40 ◦ green 84 ◦ blue 206

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

Shades of Cerulean Blue #2854CE

Tints of Cerulean Blue #2854CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 12.12%
G = 25.45%
B = 62.42%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2854CE (or 0x2854CE) is known color: Cerulean Blue. HEX triplet: 28, 54 and CE. RGB value is (40,84,206). Sum of RGB (Red+Green+Blue) = 40+84+206=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #2854CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854CE is #D7AB31. Grayscale: #545454. Windows color (decimal): -14134066 or 13521960. OLE color: 13521960.

HSL color Cylindrical-coordinate representation of color #2854CE: hue angle of 224.1º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2854CE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 84 206 -
CMYK 0.81 0.59 0 0.19
HSL 224.1º 0.67% 0.48% -
HSV(B) 224.1º 0.81% 0.81% -
XYZ 15.19 11.25 59.76 -
YUV 84.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 40 84 206 0.81 0.59 0 0.19 224.1 0.67 0.48
Hex 28 54 CE 51 3B 0 13 E0 43 30
Octal 50 124 316 121 73 0 23 340 103 60
Binary 101000 1010100 11001110 1010001 111011 0 10011 11100000 1000011 110000

Color Harmonies of #2854CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2854CE

Black with #2854CE

Text Example


Text Example

White with #2854CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2854CE; }

 p { color: rgb(40,84,206); }

 H1.HeaderClassName
 {
   color: #2854CE;
 }
 .AnyTagClassName
 {
   color: #2854CE;
 }
</style>

background-color css

<style>
 a { background-color: #2854CE; }

 a { background-color: rgb(40,84,206); }

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

border-color css

<style>
 span { border-color: #2854CE; }

 span { border-color: rgb(40,84,206); }

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