Html Css Color HEX #204FEA Royal Blue

📋 copy color: '#204FEA'

red 32 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #204FEA

Tints of Royal Blue #204FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 9.28%
G = 22.9%
B = 67.83%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#204FEA (or 0x204FEA) is known color: Royal Blue. HEX triplet: 20, 4F and EA. RGB value is (32,79,234). Sum of RGB (Red+Green+Blue) = 32+79+234=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #204FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FEA is #DFB015. Grayscale: #515151. Windows color (decimal): -14659606 or 15355680. OLE color: 15355680.

HSL color Cylindrical-coordinate representation of color #204FEA: hue angle of 226.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204FEA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 79 234 -
CMYK 0.86 0.66 0 0.08
HSL 226.04º 0.83% 0.52% -
HSV(B) 226.04º 0.86% 0.92% -
XYZ 18.24 11.84 79.17 -
YUV 82.62 213.43 91.9 -
System Red Green Blue C M Y K H S L
Decimal 32 79 234 0.86 0.66 0 0.08 226.04 0.83 0.52
Hex 20 4F EA 56 42 0 8 E2 53 34
Octal 40 117 352 126 102 0 10 342 123 64
Binary 100000 1001111 11101010 1010110 1000010 0 1000 11100010 1010011 110100

Color Harmonies of #204FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FEA

Black with #204FEA

Text Example


Text Example

White with #204FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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