Html Css Color HEX #205DFC Royal Blue

📋 copy color: '#205DFC'

red 32 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #205DFC

Tints of Royal Blue #205DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 8.49%
G = 24.67%
B = 66.84%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#205DFC (or 0x205DFC) is known color: Royal Blue. HEX triplet: 20, 5D and FC. RGB value is (32,93,252). Sum of RGB (Red+Green+Blue) = 32+93+252=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #205DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DFC is #DFA203. Grayscale: #5C5C5C. Windows color (decimal): -14656004 or 16538912. OLE color: 16538912.

HSL color Cylindrical-coordinate representation of color #205DFC: hue angle of 223.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DFC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 93 252 -
CMYK 0.87 0.63 0 0.01
HSL 223.36º 0.97% 0.56% -
HSV(B) 223.36º 0.87% 0.99% -
XYZ 22.08 15.16 93.86 -
YUV 92.89 217.79 84.57 -
System Red Green Blue C M Y K H S L
Decimal 32 93 252 0.87 0.63 0 0.01 223.36 0.97 0.56
Hex 20 5D FC 57 3F 0 1 DF 61 38
Octal 40 135 374 127 77 0 1 337 141 70
Binary 100000 1011101 11111100 1010111 111111 0 1 11011111 1100001 111000

Color Harmonies of #205DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DFC

Black with #205DFC

Text Example


Text Example

White with #205DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,93,252); }

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

background-color css

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

 a { background-color: rgb(32,93,252); }

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

border-color css

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

 span { border-color: rgb(32,93,252); }

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