Html Css Color HEX #2856D0 Cerulean Blue

📋 copy color: '#2856D0'

red 40 ◦ green 86 ◦ blue 208

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

Shades of Cerulean Blue #2856D0

Tints of Cerulean Blue #2856D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 11.98%
G = 25.75%
B = 62.28%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2856D0 (or 0x2856D0) is known color: Cerulean Blue. HEX triplet: 28, 56 and D0. RGB value is (40,86,208). Sum of RGB (Red+Green+Blue) = 40+86+208=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #2856D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856D0 is #D7A92F. Grayscale: #555555. Windows color (decimal): -14133552 or 13653544. OLE color: 13653544.

HSL color Cylindrical-coordinate representation of color #2856D0: hue angle of 223.57º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2856D0 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 86 208 -
CMYK 0.81 0.59 0 0.18
HSL 223.57º 0.68% 0.49% -
HSV(B) 223.57º 0.81% 0.82% -
XYZ 15.59 11.66 61.1 -
YUV 86.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 40 86 208 0.81 0.59 0 0.18 223.57 0.68 0.49
Hex 28 56 D0 51 3B 0 12 E0 44 31
Octal 50 126 320 121 73 0 22 340 104 61
Binary 101000 1010110 11010000 1010001 111011 0 10010 11100000 1000100 110001

Color Harmonies of #2856D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856D0

Black with #2856D0

Text Example


Text Example

White with #2856D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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