Html Css Color HEX #205CEB Royal Blue

📋 copy color: '#205CEB'

red 32 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #205CEB

Tints of Royal Blue #205CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 235 (92.19% from 255) = 65.46%

R = 8.91%
G = 25.63%
B = 65.46%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#205CEB (or 0x205CEB) is known color: Royal Blue. HEX triplet: 20, 5C and EB. RGB value is (32,92,235). Sum of RGB (Red+Green+Blue) = 32+92+235=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #205CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CEB is #DFA314. Grayscale: #595959. Windows color (decimal): -14656277 or 15424544. OLE color: 15424544.

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

Color convert

RGB 32 92 235 -
CMYK 0.86 0.61 0 0.08
HSL 222.27º 0.84% 0.52% -
HSV(B) 222.27º 0.86% 0.92% -
XYZ 19.42 13.96 80.27 -
YUV 90.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 32 92 235 0.86 0.61 0 0.08 222.27 0.84 0.52
Hex 20 5C EB 56 3D 0 8 DE 54 34
Octal 40 134 353 126 75 0 10 336 124 64
Binary 100000 1011100 11101011 1010110 111101 0 1000 11011110 1010100 110100

Color Harmonies of #205CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CEB

Black with #205CEB

Text Example


Text Example

White with #205CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,92,235); }

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

background-color css

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

 a { background-color: rgb(32,92,235); }

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

border-color css

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

 span { border-color: rgb(32,92,235); }

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