Html Css Color HEX #205EED Royal Blue

📋 copy color: '#205EED'

red 32 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #205EED

Tints of Royal Blue #205EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 8.82%
G = 25.9%
B = 65.29%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#205EED (or 0x205EED) is known color: Royal Blue. HEX triplet: 20, 5E and ED. RGB value is (32,94,237). Sum of RGB (Red+Green+Blue) = 32+94+237=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #205EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205EED is #DFA112. Grayscale: #5B5B5B. Windows color (decimal): -14655763 or 15556128. OLE color: 15556128.

HSL color Cylindrical-coordinate representation of color #205EED: hue angle of 221.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205EED is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 94 237 -
CMYK 0.86 0.60 0 0.07
HSL 221.85º 0.85% 0.53% -
HSV(B) 221.85º 0.86% 0.93% -
XYZ 19.88 14.43 81.86 -
YUV 91.76 209.96 85.37 -
System Red Green Blue C M Y K H S L
Decimal 32 94 237 0.86 0.60 0 0.07 221.85 0.85 0.53
Hex 20 5E ED 56 3C 0 7 DE 55 35
Octal 40 136 355 126 74 0 7 336 125 65
Binary 100000 1011110 11101101 1010110 111100 0 111 11011110 1010101 110101

Color Harmonies of #205EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205EED

Black with #205EED

Text Example


Text Example

White with #205EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,94,237); }

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

background-color css

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

 a { background-color: rgb(32,94,237); }

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

border-color css

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

 span { border-color: rgb(32,94,237); }

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