Html Css Color HEX #2856AF Cerulean Blue

📋 copy color: '#2856AF'

red 40 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #2856AF

Tints of Cerulean Blue #2856AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 13.29%
G = 28.57%
B = 58.14%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2856AF (or 0x2856AF) is known color: Cerulean Blue. HEX triplet: 28, 56 and AF. RGB value is (40,86,175). Sum of RGB (Red+Green+Blue) = 40+86+175=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #2856AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2856AF is #D7A950. Grayscale: #515151. Windows color (decimal): -14133585 or 11490856. OLE color: 11490856.

HSL color Cylindrical-coordinate representation of color #2856AF: hue angle of 219.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2856AF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 86 175 -
CMYK 0.77 0.51 0 0.31
HSL 219.56º 0.63% 0.42% -
HSV(B) 219.56º 0.77% 0.69% -
XYZ 11.94 10.2 41.9 -
YUV 82.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 40 86 175 0.77 0.51 0 0.31 219.56 0.63 0.42
Hex 28 56 AF 4D 33 0 1F DC 3F 2A
Octal 50 126 257 115 63 0 37 334 77 52
Binary 101000 1010110 10101111 1001101 110011 0 11111 11011100 111111 101010

Color Harmonies of #2856AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856AF

Black with #2856AF

Text Example


Text Example

White with #2856AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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