Html Css Color HEX #204DB4 Cerulean Blue

📋 copy color: '#204DB4'

red 32 ◦ green 77 ◦ blue 180

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

Shades of Cerulean Blue #204DB4

Tints of Cerulean Blue #204DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.28%

R = 11.07%
G = 26.64%
B = 62.28%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#204DB4 (or 0x204DB4) is known color: Cerulean Blue. HEX triplet: 20, 4D and B4. RGB value is (32,77,180). Sum of RGB (Red+Green+Blue) = 32+77+180=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #204DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB4 is #DFB24B. Grayscale: #4A4A4A. Windows color (decimal): -14660172 or 11816224. OLE color: 11816224.

HSL color Cylindrical-coordinate representation of color #204DB4: hue angle of 221.76º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204DB4 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 77 180 -
CMYK 0.82 0.57 0 0.29
HSL 221.76º 0.7% 0.42% -
HSV(B) 221.76º 0.82% 0.71% -
XYZ 11.49 8.91 44.29 -
YUV 75.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 32 77 180 0.82 0.57 0 0.29 221.76 0.7 0.42
Hex 20 4D B4 52 39 0 1D DE 46 2A
Octal 40 115 264 122 71 0 35 336 106 52
Binary 100000 1001101 10110100 1010010 111001 0 11101 11011110 1000110 101010

Color Harmonies of #204DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DB4

Black with #204DB4

Text Example


Text Example

White with #204DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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