Html Css Color HEX #204CCD Cerulean Blue

📋 copy color: '#204CCD'

red 32 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #204CCD

Tints of Cerulean Blue #204CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 10.22%
G = 24.28%
B = 65.5%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#204CCD (or 0x204CCD) is known color: Cerulean Blue. HEX triplet: 20, 4C and CD. RGB value is (32,76,205). Sum of RGB (Red+Green+Blue) = 32+76+205=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #204CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CCD is #DFB332. Grayscale: #4C4C4C. Windows color (decimal): -14660403 or 13454368. OLE color: 13454368.

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

Color convert

RGB 32 76 205 -
CMYK 0.84 0.63 0 0.20
HSL 224.74º 0.73% 0.46% -
HSV(B) 224.74º 0.84% 0.8% -
XYZ 14.2 9.88 58.92 -
YUV 77.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 32 76 205 0.84 0.63 0 0.20 224.74 0.73 0.46
Hex 20 4C CD 54 3F 0 14 E1 49 2E
Octal 40 114 315 124 77 0 24 341 111 56
Binary 100000 1001100 11001101 1010100 111111 0 10100 11100001 1001001 101110

Color Harmonies of #204CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CCD

Black with #204CCD

Text Example


Text Example

White with #204CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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