Html Css Color HEX #204FBF Cerulean Blue

📋 copy color: '#204FBF'

red 32 ◦ green 79 ◦ blue 191

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

Shades of Cerulean Blue #204FBF

Tints of Cerulean Blue #204FBF

RGB

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

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

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

R = 10.6%
G = 26.16%
B = 63.25%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#204FBF (or 0x204FBF) is known color: Cerulean Blue. HEX triplet: 20, 4F and BF. RGB value is (32,79,191). Sum of RGB (Red+Green+Blue) = 32+79+191=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #204FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FBF is #DFB040. Grayscale: #4D4D4D. Windows color (decimal): -14659649 or 12537632. OLE color: 12537632.

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

Color convert

RGB 32 79 191 -
CMYK 0.83 0.59 0 0.25
HSL 222.26º 0.71% 0.44% -
HSV(B) 222.26º 0.83% 0.75% -
XYZ 12.8 9.66 50.48 -
YUV 77.72 191.93 95.39 -
System Red Green Blue C M Y K H S L
Decimal 32 79 191 0.83 0.59 0 0.25 222.26 0.71 0.44
Hex 20 4F BF 53 3B 0 19 DE 47 2C
Octal 40 117 277 123 73 0 31 336 107 54
Binary 100000 1001111 10111111 1010011 111011 0 11001 11011110 1000111 101100

Color Harmonies of #204FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FBF

Black with #204FBF

Text Example


Text Example

White with #204FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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