Html Css Color HEX #2856CF Cerulean Blue

📋 copy color: '#2856CF'

red 40 ◦ green 86 ◦ blue 207

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

Shades of Cerulean Blue #2856CF

Tints of Cerulean Blue #2856CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 12.01%
G = 25.83%
B = 62.16%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2856CF (or 0x2856CF) is known color: Cerulean Blue. HEX triplet: 28, 56 and CF. RGB value is (40,86,207). Sum of RGB (Red+Green+Blue) = 40+86+207=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #2856CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856CF is #D7A930. Grayscale: #555555. Windows color (decimal): -14133553 or 13588008. OLE color: 13588008.

HSL color Cylindrical-coordinate representation of color #2856CF: hue angle of 223.47º degrees, saturation: 0.68, 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 #2856CF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 86 207 -
CMYK 0.81 0.58 0 0.19
HSL 223.47º 0.68% 0.48% -
HSV(B) 223.47º 0.81% 0.81% -
XYZ 15.47 11.61 60.46 -
YUV 86.04 196.26 95.16 -
System Red Green Blue C M Y K H S L
Decimal 40 86 207 0.81 0.58 0 0.19 223.47 0.68 0.48
Hex 28 56 CF 51 3A 0 13 DF 44 30
Octal 50 126 317 121 72 0 23 337 104 60
Binary 101000 1010110 11001111 1010001 111010 0 10011 11011111 1000100 110000

Color Harmonies of #2856CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856CF

Black with #2856CF

Text Example


Text Example

White with #2856CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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