Html Css Color HEX #205AEF Royal Blue

📋 copy color: '#205AEF'

red 32 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #205AEF

Tints of Royal Blue #205AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 8.86%
G = 24.93%
B = 66.2%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#205AEF (or 0x205AEF) is known color: Royal Blue. HEX triplet: 20, 5A and EF. RGB value is (32,90,239). Sum of RGB (Red+Green+Blue) = 32+90+239=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #205AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AEF is #DFA510. Grayscale: #585858. Windows color (decimal): -14656785 or 15686176. OLE color: 15686176.

HSL color Cylindrical-coordinate representation of color #205AEF: hue angle of 223.19º 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 #205AEF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 90 239 -
CMYK 0.87 0.62 0 0.06
HSL 223.19º 0.87% 0.53% -
HSV(B) 223.19º 0.87% 0.94% -
XYZ 19.83 13.85 83.29 -
YUV 89.64 212.28 86.88 -
System Red Green Blue C M Y K H S L
Decimal 32 90 239 0.87 0.62 0 0.06 223.19 0.87 0.53
Hex 20 5A EF 57 3E 0 6 DF 57 35
Octal 40 132 357 127 76 0 6 337 127 65
Binary 100000 1011010 11101111 1010111 111110 0 110 11011111 1010111 110101

Color Harmonies of #205AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AEF

Black with #205AEF

Text Example


Text Example

White with #205AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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