Html Css Color HEX #2856BC Cerulean Blue

📋 copy color: '#2856BC'

red 40 ◦ green 86 ◦ blue 188

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

Shades of Cerulean Blue #2856BC

Tints of Cerulean Blue #2856BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 12.74%
G = 27.39%
B = 59.87%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2856BC (or 0x2856BC) is known color: Cerulean Blue. HEX triplet: 28, 56 and BC. RGB value is (40,86,188). Sum of RGB (Red+Green+Blue) = 40+86+188=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #2856BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856BC is #D7A943. Grayscale: #535353. Windows color (decimal): -14133572 or 12342824. OLE color: 12342824.

HSL color Cylindrical-coordinate representation of color #2856BC: hue angle of 221.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2856BC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 86 188 -
CMYK 0.79 0.54 0 0.26
HSL 221.35º 0.65% 0.45% -
HSV(B) 221.35º 0.79% 0.74% -
XYZ 13.28 10.74 48.95 -
YUV 83.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 40 86 188 0.79 0.54 0 0.26 221.35 0.65 0.45
Hex 28 56 BC 4F 36 0 1A DD 41 2D
Octal 50 126 274 117 66 0 32 335 101 55
Binary 101000 1010110 10111100 1001111 110110 0 11010 11011101 1000001 101101

Color Harmonies of #2856BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856BC

Black with #2856BC

Text Example


Text Example

White with #2856BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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