Html Css Color HEX #2156CF Cerulean Blue

📋 copy color: '#2156CF'

red 33 ◦ green 86 ◦ blue 207

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

Shades of Cerulean Blue #2156CF

Tints of Cerulean Blue #2156CF

RGB

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

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

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

R = 10.12%
G = 26.38%
B = 63.5%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2156CF (or 0x2156CF) is known color: Cerulean Blue. HEX triplet: 21, 56 and CF. RGB value is (33,86,207). Sum of RGB (Red+Green+Blue) = 33+86+207=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #2156CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156CF is #DEA930. Grayscale: #535353. Windows color (decimal): -14592305 or 13588001. OLE color: 13588001.

HSL color Cylindrical-coordinate representation of color #2156CF: hue angle of 221.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2156CF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 86 207 -
CMYK 0.84 0.58 0 0.19
HSL 221.72º 0.73% 0.47% -
HSV(B) 221.72º 0.84% 0.81% -
XYZ 15.22 11.48 60.45 -
YUV 83.95 197.44 91.66 -
System Red Green Blue C M Y K H S L
Decimal 33 86 207 0.84 0.58 0 0.19 221.72 0.73 0.47
Hex 21 56 CF 54 3A 0 13 DE 48 2F
Octal 41 126 317 124 72 0 23 336 110 57
Binary 100001 1010110 11001111 1010100 111010 0 10011 11011110 1001000 101111

Color Harmonies of #2156CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156CF

Black with #2156CF

Text Example


Text Example

White with #2156CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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