Html Css Color HEX #204CCC Cerulean Blue

📋 copy color: '#204CCC'

red 32 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #204CCC

Tints of Cerulean Blue #204CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 10.26%
G = 24.36%
B = 65.38%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#204CCC (or 0x204CCC) is known color: Cerulean Blue. HEX triplet: 20, 4C and CC. RGB value is (32,76,204). Sum of RGB (Red+Green+Blue) = 32+76+204=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #204CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CCC is #DFB333. Grayscale: #4C4C4C. Windows color (decimal): -14660404 or 13388832. OLE color: 13388832.

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

Color convert

RGB 32 76 204 -
CMYK 0.84 0.63 0 0.2
HSL 224.65º 0.73% 0.46% -
HSV(B) 224.65º 0.84% 0.8% -
XYZ 14.08 9.84 58.28 -
YUV 77.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 32 76 204 0.84 0.63 0 0.2 224.65 0.73 0.46
Hex 20 4C CC 54 3F 0 14 E1 49 2E
Octal 40 114 314 124 77 0 24 341 111 56
Binary 100000 1001100 11001100 1010100 111111 0 10100 11100001 1001001 101110

Color Harmonies of #204CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CCC

Black with #204CCC

Text Example


Text Example

White with #204CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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