Html Css Color HEX #2063FA Royal Blue

📋 copy color: '#2063FA'

red 32 ◦ green 99 ◦ blue 250

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

Shades of Royal Blue #2063FA

Tints of Royal Blue #2063FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 8.4%
G = 25.98%
B = 65.62%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2063FA (or 0x2063FA) is known color: Royal Blue. HEX triplet: 20, 63 and FA. RGB value is (32,99,250). Sum of RGB (Red+Green+Blue) = 32+99+250=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #2063FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063FA is #DF9C05. Grayscale: #5F5F5F. Windows color (decimal): -14654470 or 16409376. OLE color: 16409376.

HSL color Cylindrical-coordinate representation of color #2063FA: hue angle of 221.56º 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 #2063FA is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 99 250 -
CMYK 0.87 0.60 0 0.02
HSL 221.56º 0.96% 0.55% -
HSV(B) 221.56º 0.87% 0.98% -
XYZ 22.31 16.13 92.38 -
YUV 96.18 214.8 82.22 -
System Red Green Blue C M Y K H S L
Decimal 32 99 250 0.87 0.60 0 0.02 221.56 0.96 0.55
Hex 20 63 FA 57 3C 0 2 DE 60 37
Octal 40 143 372 127 74 0 2 336 140 67
Binary 100000 1100011 11111010 1010111 111100 0 10 11011110 1100000 110111

Color Harmonies of #2063FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063FA

Black with #2063FA

Text Example


Text Example

White with #2063FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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