Html Css Color HEX #205FFC Royal Blue

📋 copy color: '#205FFC'

red 32 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #205FFC

Tints of Royal Blue #205FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

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

R = 8.44%
G = 25.07%
B = 66.49%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#205FFC (or 0x205FFC) is known color: Royal Blue. HEX triplet: 20, 5F and FC. RGB value is (32,95,252). Sum of RGB (Red+Green+Blue) = 32+95+252=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #205FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FFC is #DFA003. Grayscale: #5D5D5D. Windows color (decimal): -14655492 or 16539424. OLE color: 16539424.

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

Color convert

RGB 32 95 252 -
CMYK 0.87 0.62 0 0.01
HSL 222.82º 0.97% 0.56% -
HSV(B) 222.82º 0.87% 0.99% -
XYZ 22.26 15.52 93.92 -
YUV 94.06 217.13 83.73 -
System Red Green Blue C M Y K H S L
Decimal 32 95 252 0.87 0.62 0 0.01 222.82 0.97 0.56
Hex 20 5F FC 57 3E 0 1 DF 61 38
Octal 40 137 374 127 76 0 1 337 141 70
Binary 100000 1011111 11111100 1010111 111110 0 1 11011111 1100001 111000

Color Harmonies of #205FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FFC

Black with #205FFC

Text Example


Text Example

White with #205FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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