Html Css Color HEX #204ACC Cerulean Blue

📋 copy color: '#204ACC'

red 32 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #204ACC

Tints of Cerulean Blue #204ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

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

R = 10.32%
G = 23.87%
B = 65.81%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#204ACC (or 0x204ACC) is known color: Cerulean Blue. HEX triplet: 20, 4A and CC. RGB value is (32,74,204). Sum of RGB (Red+Green+Blue) = 32+74+204=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #204ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ACC is #DFB533. Grayscale: #4B4B4B. Windows color (decimal): -14660916 or 13388320. OLE color: 13388320.

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

Color convert

RGB 32 74 204 -
CMYK 0.84 0.64 0 0.2
HSL 225.35º 0.73% 0.46% -
HSV(B) 225.35º 0.84% 0.8% -
XYZ 13.94 9.56 58.24 -
YUV 76.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 32 74 204 0.84 0.64 0 0.2 225.35 0.73 0.46
Hex 20 4A CC 54 40 0 14 E1 49 2E
Octal 40 112 314 124 100 0 24 341 111 56
Binary 100000 1001010 11001100 1010100 1000000 0 10100 11100001 1001001 101110

Color Harmonies of #204ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204ACC

Black with #204ACC

Text Example


Text Example

White with #204ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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