Html Css Color HEX #2156AF Cerulean Blue

📋 copy color: '#2156AF'

red 33 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #2156AF

Tints of Cerulean Blue #2156AF

RGB

 RED value IS 33 (13.28% from 255) = 11.22%

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

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

R = 11.22%
G = 29.25%
B = 59.52%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2156AF (or 0x2156AF) is known color: Cerulean Blue. HEX triplet: 21, 56 and AF. RGB value is (33,86,175). Sum of RGB (Red+Green+Blue) = 33+86+175=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #2156AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156AF is #DEA950. Grayscale: #4F4F4F. Windows color (decimal): -14592337 or 11490849. OLE color: 11490849.

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

Color convert

RGB 33 86 175 -
CMYK 0.81 0.51 0 0.31
HSL 217.61º 0.68% 0.41% -
HSV(B) 217.61º 0.81% 0.69% -
XYZ 11.69 10.07 41.89 -
YUV 80.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 33 86 175 0.81 0.51 0 0.31 217.61 0.68 0.41
Hex 21 56 AF 51 33 0 1F DA 44 29
Octal 41 126 257 121 63 0 37 332 104 51
Binary 100001 1010110 10101111 1010001 110011 0 11111 11011010 1000100 101001

Color Harmonies of #2156AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156AF

Black with #2156AF

Text Example


Text Example

White with #2156AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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