Html Css Color HEX #204DCD Cerulean Blue

📋 copy color: '#204DCD'

red 32 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #204DCD

Tints of Cerulean Blue #204DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 10.19%
G = 24.52%
B = 65.29%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#204DCD (or 0x204DCD) is known color: Cerulean Blue. HEX triplet: 20, 4D and CD. RGB value is (32,77,205). Sum of RGB (Red+Green+Blue) = 32+77+205=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #204DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DCD is #DFB232. Grayscale: #4D4D4D. Windows color (decimal): -14660147 or 13454624. OLE color: 13454624.

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

Color convert

RGB 32 77 205 -
CMYK 0.84 0.62 0 0.20
HSL 224.39º 0.73% 0.46% -
HSV(B) 224.39º 0.84% 0.8% -
XYZ 14.27 10.02 58.94 -
YUV 78.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 32 77 205 0.84 0.62 0 0.20 224.39 0.73 0.46
Hex 20 4D CD 54 3E 0 14 E0 49 2E
Octal 40 115 315 124 76 0 24 340 111 56
Binary 100000 1001101 11001101 1010100 111110 0 10100 11100000 1001001 101110

Color Harmonies of #204DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DCD

Black with #204DCD

Text Example


Text Example

White with #204DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204DCD; }

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

 H1.HeaderClassName
 {
   color: #204DCD;
 }
 .AnyTagClassName
 {
   color: #204DCD;
 }
</style>

background-color css

<style>
 a { background-color: #204DCD; }

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

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

border-color css

<style>
 span { border-color: #204DCD; }

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

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