Html Css Color HEX #204DBD Cerulean Blue

📋 copy color: '#204DBD'

red 32 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #204DBD

Tints of Cerulean Blue #204DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 10.74%
G = 25.84%
B = 63.42%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#204DBD (or 0x204DBD) is known color: Cerulean Blue. HEX triplet: 20, 4D and BD. RGB value is (32,77,189). Sum of RGB (Red+Green+Blue) = 32+77+189=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #204DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DBD is #DFB242. Grayscale: #4B4B4B. Windows color (decimal): -14660163 or 12406048. OLE color: 12406048.

HSL color Cylindrical-coordinate representation of color #204DBD: hue angle of 222.8º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204DBD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 77 189 -
CMYK 0.83 0.59 0 0.26
HSL 222.8º 0.71% 0.43% -
HSV(B) 222.8º 0.83% 0.74% -
XYZ 12.43 9.29 49.28 -
YUV 76.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 32 77 189 0.83 0.59 0 0.26 222.8 0.71 0.43
Hex 20 4D BD 53 3B 0 1A DF 47 2B
Octal 40 115 275 123 73 0 32 337 107 53
Binary 100000 1001101 10111101 1010011 111011 0 11010 11011111 1000111 101011

Color Harmonies of #204DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DBD

Black with #204DBD

Text Example


Text Example

White with #204DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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