Html Css Color HEX #204FDF Cerulean Blue

📋 copy color: '#204FDF'

red 32 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #204FDF

Tints of Cerulean Blue #204FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 9.58%
G = 23.65%
B = 66.77%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#204FDF (or 0x204FDF) is known color: Cerulean Blue. HEX triplet: 20, 4F and DF. RGB value is (32,79,223). Sum of RGB (Red+Green+Blue) = 32+79+223=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #204FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FDF is #DFB020. Grayscale: #505050. Windows color (decimal): -14659617 or 14634784. OLE color: 14634784.

HSL color Cylindrical-coordinate representation of color #204FDF: hue angle of 225.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204FDF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 79 223 -
CMYK 0.86 0.65 0 0.13
HSL 225.24º 0.75% 0.5% -
HSV(B) 225.24º 0.86% 0.87% -
XYZ 16.71 11.23 71.1 -
YUV 81.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 32 79 223 0.86 0.65 0 0.13 225.24 0.75 0.5
Hex 20 4F DF 56 41 0 D E1 4B 32
Octal 40 117 337 126 101 0 15 341 113 62
Binary 100000 1001111 11011111 1010110 1000001 0 1101 11100001 1001011 110010

Color Harmonies of #204FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FDF

Black with #204FDF

Text Example


Text Example

White with #204FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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