Html Css Color HEX #2856DB Cerulean Blue

📋 copy color: '#2856DB'

red 40 ◦ green 86 ◦ blue 219

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

Shades of Cerulean Blue #2856DB

Tints of Cerulean Blue #2856DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 11.59%
G = 24.93%
B = 63.48%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2856DB (or 0x2856DB) is known color: Cerulean Blue. HEX triplet: 28, 56 and DB. RGB value is (40,86,219). Sum of RGB (Red+Green+Blue) = 40+86+219=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #2856DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856DB is #D7A924. Grayscale: #565656. Windows color (decimal): -14133541 or 14374440. OLE color: 14374440.

HSL color Cylindrical-coordinate representation of color #2856DB: hue angle of 224.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2856DB is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 86 219 -
CMYK 0.82 0.61 0 0.14
HSL 224.58º 0.71% 0.51% -
HSV(B) 224.58º 0.82% 0.86% -
XYZ 16.99 12.22 68.48 -
YUV 87.41 202.26 94.19 -
System Red Green Blue C M Y K H S L
Decimal 40 86 219 0.82 0.61 0 0.14 224.58 0.71 0.51
Hex 28 56 DB 52 3D 0 E E1 47 33
Octal 50 126 333 122 75 0 16 341 107 63
Binary 101000 1010110 11011011 1010010 111101 0 1110 11100001 1000111 110011

Color Harmonies of #2856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856DB

Black with #2856DB

Text Example


Text Example

White with #2856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2856DB; }

 p { color: rgb(40,86,219); }

 H1.HeaderClassName
 {
   color: #2856DB;
 }
 .AnyTagClassName
 {
   color: #2856DB;
 }
</style>

background-color css

<style>
 a { background-color: #2856DB; }

 a { background-color: rgb(40,86,219); }

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

border-color css

<style>
 span { border-color: #2856DB; }

 span { border-color: rgb(40,86,219); }

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