Html Css Color HEX #2856BE Cerulean Blue

📋 copy color: '#2856BE'

red 40 ◦ green 86 ◦ blue 190

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

Shades of Cerulean Blue #2856BE

Tints of Cerulean Blue #2856BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 12.66%
G = 27.22%
B = 60.13%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2856BE (or 0x2856BE) is known color: Cerulean Blue. HEX triplet: 28, 56 and BE. RGB value is (40,86,190). Sum of RGB (Red+Green+Blue) = 40+86+190=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #2856BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2856BE is #D7A941. Grayscale: #535353. Windows color (decimal): -14133570 or 12473896. OLE color: 12473896.

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

Color convert

RGB 40 86 190 -
CMYK 0.79 0.55 0 0.25
HSL 221.6º 0.65% 0.45% -
HSV(B) 221.6º 0.79% 0.75% -
XYZ 13.5 10.82 50.09 -
YUV 84.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 40 86 190 0.79 0.55 0 0.25 221.6 0.65 0.45
Hex 28 56 BE 4F 37 0 19 DE 41 2D
Octal 50 126 276 117 67 0 31 336 101 55
Binary 101000 1010110 10111110 1001111 110111 0 11001 11011110 1000001 101101

Color Harmonies of #2856BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856BE

Black with #2856BE

Text Example


Text Example

White with #2856BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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