Html Css Color HEX #2856CB Cerulean Blue

📋 copy color: '#2856CB'

red 40 ◦ green 86 ◦ blue 203

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

Shades of Cerulean Blue #2856CB

Tints of Cerulean Blue #2856CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 12.16%
G = 26.14%
B = 61.7%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2856CB (or 0x2856CB) is known color: Cerulean Blue. HEX triplet: 28, 56 and CB. RGB value is (40,86,203). Sum of RGB (Red+Green+Blue) = 40+86+203=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #2856CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856CB is #D7A934. Grayscale: #555555. Windows color (decimal): -14133557 or 13325864. OLE color: 13325864.

HSL color Cylindrical-coordinate representation of color #2856CB: hue angle of 223.07º 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 #2856CB is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 86 203 -
CMYK 0.80 0.58 0 0.20
HSL 223.07º 0.67% 0.48% -
HSV(B) 223.07º 0.8% 0.8% -
XYZ 14.98 11.42 57.91 -
YUV 85.58 194.26 95.49 -
System Red Green Blue C M Y K H S L
Decimal 40 86 203 0.80 0.58 0 0.20 223.07 0.67 0.48
Hex 28 56 CB 50 3A 0 14 DF 43 30
Octal 50 126 313 120 72 0 24 337 103 60
Binary 101000 1010110 11001011 1010000 111010 0 10100 11011111 1000011 110000

Color Harmonies of #2856CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856CB

Black with #2856CB

Text Example


Text Example

White with #2856CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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