Html Css Color HEX #205AEA Royal Blue

📋 copy color: '#205AEA'

red 32 ◦ green 90 ◦ blue 234

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

Shades of Royal Blue #205AEA

Tints of Royal Blue #205AEA

RGB

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

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

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

R = 8.99%
G = 25.28%
B = 65.73%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#205AEA (or 0x205AEA) is known color: Royal Blue. HEX triplet: 20, 5A and EA. RGB value is (32,90,234). Sum of RGB (Red+Green+Blue) = 32+90+234=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #205AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AEA is #DFA515. Grayscale: #585858. Windows color (decimal): -14656790 or 15358496. OLE color: 15358496.

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

Color convert

RGB 32 90 234 -
CMYK 0.86 0.62 0 0.08
HSL 222.77º 0.83% 0.52% -
HSV(B) 222.77º 0.86% 0.92% -
XYZ 19.1 13.56 79.45 -
YUV 89.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 32 90 234 0.86 0.62 0 0.08 222.77 0.83 0.52
Hex 20 5A EA 56 3E 0 8 DF 53 34
Octal 40 132 352 126 76 0 10 337 123 64
Binary 100000 1011010 11101010 1010110 111110 0 1000 11011111 1010011 110100

Color Harmonies of #205AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AEA

Black with #205AEA

Text Example


Text Example

White with #205AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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