Html Css Color HEX #204DBF Cerulean Blue

📋 copy color: '#204DBF'

red 32 ◦ green 77 ◦ blue 191

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

Shades of Cerulean Blue #204DBF

Tints of Cerulean Blue #204DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 10.67%
G = 25.67%
B = 63.67%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#204DBF (or 0x204DBF) is known color: Cerulean Blue. HEX triplet: 20, 4D and BF. RGB value is (32,77,191). Sum of RGB (Red+Green+Blue) = 32+77+191=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #204DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DBF is #DFB240. Grayscale: #4C4C4C. Windows color (decimal): -14660161 or 12537120. OLE color: 12537120.

HSL color Cylindrical-coordinate representation of color #204DBF: hue angle of 223.02º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204DBF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 77 191 -
CMYK 0.83 0.60 0 0.25
HSL 223.02º 0.71% 0.44% -
HSV(B) 223.02º 0.83% 0.75% -
XYZ 12.65 9.38 50.43 -
YUV 76.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 32 77 191 0.83 0.60 0 0.25 223.02 0.71 0.44
Hex 20 4D BF 53 3C 0 19 DF 47 2C
Octal 40 115 277 123 74 0 31 337 107 54
Binary 100000 1001101 10111111 1010011 111100 0 11001 11011111 1000111 101100

Color Harmonies of #204DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DBF

Black with #204DBF

Text Example


Text Example

White with #204DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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