Html Css Color HEX #205FEA Royal Blue

📋 copy color: '#205FEA'

red 32 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #205FEA

Tints of Royal Blue #205FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 8.86%
G = 26.32%
B = 64.82%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#205FEA (or 0x205FEA) is known color: Royal Blue. HEX triplet: 20, 5F and EA. RGB value is (32,95,234). Sum of RGB (Red+Green+Blue) = 32+95+234=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #205FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FEA is #DFA015. Grayscale: #5B5B5B. Windows color (decimal): -14655510 or 15359776. OLE color: 15359776.

HSL color Cylindrical-coordinate representation of color #205FEA: hue angle of 221.29º 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 #205FEA is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 95 234 -
CMYK 0.86 0.59 0 0.08
HSL 221.29º 0.83% 0.52% -
HSV(B) 221.29º 0.86% 0.92% -
XYZ 19.54 14.43 79.6 -
YUV 92.01 208.13 85.2 -
System Red Green Blue C M Y K H S L
Decimal 32 95 234 0.86 0.59 0 0.08 221.29 0.83 0.52
Hex 20 5F EA 56 3B 0 8 DD 53 34
Octal 40 137 352 126 73 0 10 335 123 64
Binary 100000 1011111 11101010 1010110 111011 0 1000 11011101 1010011 110100

Color Harmonies of #205FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FEA

Black with #205FEA

Text Example


Text Example

White with #205FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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