Html Css Color HEX #205CF6 Royal Blue

📋 copy color: '#205CF6'

red 32 ◦ green 92 ◦ blue 246

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

Shades of Royal Blue #205CF6

Tints of Royal Blue #205CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.49%

R = 8.65%
G = 24.86%
B = 66.49%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#205CF6 (or 0x205CF6) is known color: Royal Blue. HEX triplet: 20, 5C and F6. RGB value is (32,92,246). Sum of RGB (Red+Green+Blue) = 32+92+246=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #205CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CF6 is #DFA309. Grayscale: #5A5A5A. Windows color (decimal): -14656266 or 16145440. OLE color: 16145440.

HSL color Cylindrical-coordinate representation of color #205CF6: hue angle of 223.18º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205CF6 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 92 246 -
CMYK 0.87 0.63 0 0.04
HSL 223.18º 0.92% 0.55% -
HSV(B) 223.18º 0.87% 0.96% -
XYZ 21.06 14.62 88.9 -
YUV 91.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 32 92 246 0.87 0.63 0 0.04 223.18 0.92 0.55
Hex 20 5C F6 57 3F 0 4 DF 5C 37
Octal 40 134 366 127 77 0 4 337 134 67
Binary 100000 1011100 11110110 1010111 111111 0 100 11011111 1011100 110111

Color Harmonies of #205CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CF6

Black with #205CF6

Text Example


Text Example

White with #205CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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