Html Css Color HEX #204CC3 Cerulean Blue

📋 copy color: '#204CC3'

red 32 ◦ green 76 ◦ blue 195

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

Shades of Cerulean Blue #204CC3

Tints of Cerulean Blue #204CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 64.36%

R = 10.56%
G = 25.08%
B = 64.36%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#204CC3 (or 0x204CC3) is known color: Cerulean Blue. HEX triplet: 20, 4C and C3. RGB value is (32,76,195). Sum of RGB (Red+Green+Blue) = 32+76+195=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #204CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CC3 is #DFB33C. Grayscale: #4B4B4B. Windows color (decimal): -14660413 or 12799008. OLE color: 12799008.

HSL color Cylindrical-coordinate representation of color #204CC3: hue angle of 223.8º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204CC3 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 76 195 -
CMYK 0.84 0.61 0 0.24
HSL 223.8º 0.72% 0.45% -
HSV(B) 223.8º 0.84% 0.76% -
XYZ 13.03 9.42 52.76 -
YUV 76.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 32 76 195 0.84 0.61 0 0.24 223.8 0.72 0.45
Hex 20 4C C3 54 3D 0 18 E0 48 2D
Octal 40 114 303 124 75 0 30 340 110 55
Binary 100000 1001100 11000011 1010100 111101 0 11000 11100000 1001000 101101

Color Harmonies of #204CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CC3

Black with #204CC3

Text Example


Text Example

White with #204CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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