Html Css Color HEX #204FEF Royal Blue

📋 copy color: '#204FEF'

red 32 ◦ green 79 ◦ blue 239

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

Shades of Royal Blue #204FEF

Tints of Royal Blue #204FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 9.14%
G = 22.57%
B = 68.29%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#204FEF (or 0x204FEF) is known color: Royal Blue. HEX triplet: 20, 4F and EF. RGB value is (32,79,239). Sum of RGB (Red+Green+Blue) = 32+79+239=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #204FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FEF is #DFB010. Grayscale: #525252. Windows color (decimal): -14659601 or 15683360. OLE color: 15683360.

HSL color Cylindrical-coordinate representation of color #204FEF: hue angle of 226.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204FEF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 79 239 -
CMYK 0.87 0.67 0 0.06
HSL 226.38º 0.87% 0.53% -
HSV(B) 226.38º 0.87% 0.94% -
XYZ 18.97 12.13 83 -
YUV 83.19 215.93 91.49 -
System Red Green Blue C M Y K H S L
Decimal 32 79 239 0.87 0.67 0 0.06 226.38 0.87 0.53
Hex 20 4F EF 57 43 0 6 E2 57 35
Octal 40 117 357 127 103 0 6 342 127 65
Binary 100000 1001111 11101111 1010111 1000011 0 110 11100010 1010111 110101

Color Harmonies of #204FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FEF

Black with #204FEF

Text Example


Text Example

White with #204FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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