Html Css Color HEX #204FBC Cerulean Blue

📋 copy color: '#204FBC'

red 32 ◦ green 79 ◦ blue 188

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

Shades of Cerulean Blue #204FBC

Tints of Cerulean Blue #204FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 10.7%
G = 26.42%
B = 62.88%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#204FBC (or 0x204FBC) is known color: Cerulean Blue. HEX triplet: 20, 4F and BC. RGB value is (32,79,188). Sum of RGB (Red+Green+Blue) = 32+79+188=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #204FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FBC is #DFB043. Grayscale: #4C4C4C. Windows color (decimal): -14659652 or 12341024. OLE color: 12341024.

HSL color Cylindrical-coordinate representation of color #204FBC: hue angle of 221.92º 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 #204FBC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 79 188 -
CMYK 0.83 0.58 0 0.26
HSL 221.92º 0.71% 0.43% -
HSV(B) 221.92º 0.83% 0.74% -
XYZ 12.47 9.53 48.76 -
YUV 77.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 32 79 188 0.83 0.58 0 0.26 221.92 0.71 0.43
Hex 20 4F BC 53 3A 0 1A DE 47 2B
Octal 40 117 274 123 72 0 32 336 107 53
Binary 100000 1001111 10111100 1010011 111010 0 11010 11011110 1000111 101011

Color Harmonies of #204FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FBC

Black with #204FBC

Text Example


Text Example

White with #204FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,79,188); }

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

background-color css

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

 a { background-color: rgb(32,79,188); }

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

border-color css

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

 span { border-color: rgb(32,79,188); }

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