Html Css Color HEX #204DC5 Cerulean Blue

📋 copy color: '#204DC5'

red 32 ◦ green 77 ◦ blue 197

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

Shades of Cerulean Blue #204DC5

Tints of Cerulean Blue #204DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 64.38%

R = 10.46%
G = 25.16%
B = 64.38%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#204DC5 (or 0x204DC5) is known color: Cerulean Blue. HEX triplet: 20, 4D and C5. RGB value is (32,77,197). Sum of RGB (Red+Green+Blue) = 32+77+197=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #204DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DC5 is #DFB23A. Grayscale: #4C4C4C. Windows color (decimal): -14660155 or 12930336. OLE color: 12930336.

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

Color convert

RGB 32 77 197 -
CMYK 0.84 0.61 0 0.23
HSL 223.64º 0.72% 0.45% -
HSV(B) 223.64º 0.84% 0.77% -
XYZ 13.33 9.65 53.98 -
YUV 77.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 32 77 197 0.84 0.61 0 0.23 223.64 0.72 0.45
Hex 20 4D C5 54 3D 0 17 E0 48 2D
Octal 40 115 305 124 75 0 27 340 110 55
Binary 100000 1001101 11000101 1010100 111101 0 10111 11100000 1001000 101101

Color Harmonies of #204DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DC5

Black with #204DC5

Text Example


Text Example

White with #204DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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