Html Css Color HEX #2054CD Cerulean Blue

📋 copy color: '#2054CD'

red 32 ◦ green 84 ◦ blue 205

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

Shades of Cerulean Blue #2054CD

Tints of Cerulean Blue #2054CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 9.97%
G = 26.17%
B = 63.86%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2054CD (or 0x2054CD) is known color: Cerulean Blue. HEX triplet: 20, 54 and CD. RGB value is (32,84,205). Sum of RGB (Red+Green+Blue) = 32+84+205=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #2054CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054CD is #DFAB32. Grayscale: #515151. Windows color (decimal): -14658355 or 13456416. OLE color: 13456416.

HSL color Cylindrical-coordinate representation of color #2054CD: hue angle of 221.97º 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 #2054CD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 84 205 -
CMYK 0.84 0.59 0 0.20
HSL 221.97º 0.73% 0.46% -
HSV(B) 221.97º 0.84% 0.8% -
XYZ 14.79 11.06 59.11 -
YUV 82.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 32 84 205 0.84 0.59 0 0.20 221.97 0.73 0.46
Hex 20 54 CD 54 3B 0 14 DE 49 2E
Octal 40 124 315 124 73 0 24 336 111 56
Binary 100000 1010100 11001101 1010100 111011 0 10100 11011110 1001001 101110

Color Harmonies of #2054CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2054CD

Black with #2054CD

Text Example


Text Example

White with #2054CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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