Html Css Color HEX #205BED Royal Blue

📋 copy color: '#205BED'

red 32 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #205BED

Tints of Royal Blue #205BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 8.89%
G = 25.28%
B = 65.83%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#205BED (or 0x205BED) is known color: Royal Blue. HEX triplet: 20, 5B and ED. RGB value is (32,91,237). Sum of RGB (Red+Green+Blue) = 32+91+237=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #205BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205BED is #DFA412. Grayscale: #595959. Windows color (decimal): -14656531 or 15555360. OLE color: 15555360.

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

Color convert

RGB 32 91 237 -
CMYK 0.86 0.62 0 0.07
HSL 222.73º 0.85% 0.53% -
HSV(B) 222.73º 0.86% 0.93% -
XYZ 19.62 13.9 81.77 -
YUV 90 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 32 91 237 0.86 0.62 0 0.07 222.73 0.85 0.53
Hex 20 5B ED 56 3E 0 7 DF 55 35
Octal 40 133 355 126 76 0 7 337 125 65
Binary 100000 1011011 11101101 1010110 111110 0 111 11011111 1010101 110101

Color Harmonies of #205BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BED

Black with #205BED

Text Example


Text Example

White with #205BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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