Html Css Color HEX #2051CD Cerulean Blue

📋 copy color: '#2051CD'

red 32 ◦ green 81 ◦ blue 205

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

Shades of Cerulean Blue #2051CD

Tints of Cerulean Blue #2051CD

RGB

 RED value IS 32 (12.89% from 255) = 10.06%

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 10.06%
G = 25.47%
B = 64.47%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2051CD (or 0x2051CD) is known color: Cerulean Blue. HEX triplet: 20, 51 and CD. RGB value is (32,81,205). Sum of RGB (Red+Green+Blue) = 32+81+205=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #2051CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051CD is #DFAE32. Grayscale: #4F4F4F. Windows color (decimal): -14659123 or 13455648. OLE color: 13455648.

HSL color Cylindrical-coordinate representation of color #2051CD: hue angle of 223.01º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2051CD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 81 205 -
CMYK 0.84 0.60 0 0.20
HSL 223.01º 0.73% 0.46% -
HSV(B) 223.01º 0.84% 0.8% -
XYZ 14.56 10.6 59.04 -
YUV 80.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 32 81 205 0.84 0.60 0 0.20 223.01 0.73 0.46
Hex 20 51 CD 54 3C 0 14 DF 49 2E
Octal 40 121 315 124 74 0 24 337 111 56
Binary 100000 1010001 11001101 1010100 111100 0 10100 11011111 1001001 101110

Color Harmonies of #2051CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2051CD

Black with #2051CD

Text Example


Text Example

White with #2051CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2051CD; }

 p { color: rgb(32,81,205); }

 H1.HeaderClassName
 {
   color: #2051CD;
 }
 .AnyTagClassName
 {
   color: #2051CD;
 }
</style>

background-color css

<style>
 a { background-color: #2051CD; }

 a { background-color: rgb(32,81,205); }

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

border-color css

<style>
 span { border-color: #2051CD; }

 span { border-color: rgb(32,81,205); }

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