Html Css Color HEX #2061FA Royal Blue

📋 copy color: '#2061FA'

red 32 ◦ green 97 ◦ blue 250

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

Shades of Royal Blue #2061FA

Tints of Royal Blue #2061FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 8.44%
G = 25.59%
B = 65.96%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2061FA (or 0x2061FA) is known color: Royal Blue. HEX triplet: 20, 61 and FA. RGB value is (32,97,250). Sum of RGB (Red+Green+Blue) = 32+97+250=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #2061FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2061FA is #DF9E05. Grayscale: #5E5E5E. Windows color (decimal): -14654982 or 16408864. OLE color: 16408864.

HSL color Cylindrical-coordinate representation of color #2061FA: hue angle of 222.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2061FA is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 97 250 -
CMYK 0.87 0.61 0 0.02
HSL 222.11º 0.96% 0.55% -
HSV(B) 222.11º 0.87% 0.98% -
XYZ 22.13 15.76 92.32 -
YUV 95.01 215.47 83.06 -
System Red Green Blue C M Y K H S L
Decimal 32 97 250 0.87 0.61 0 0.02 222.11 0.96 0.55
Hex 20 61 FA 57 3D 0 2 DE 60 37
Octal 40 141 372 127 75 0 2 336 140 67
Binary 100000 1100001 11111010 1010111 111101 0 10 11011110 1100000 110111

Color Harmonies of #2061FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2061FA

Black with #2061FA

Text Example


Text Example

White with #2061FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2061FA; }

 p { color: rgb(32,97,250); }

 H1.HeaderClassName
 {
   color: #2061FA;
 }
 .AnyTagClassName
 {
   color: #2061FA;
 }
</style>

background-color css

<style>
 a { background-color: #2061FA; }

 a { background-color: rgb(32,97,250); }

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

border-color css

<style>
 span { border-color: #2061FA; }

 span { border-color: rgb(32,97,250); }

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