Html Css Color HEX #2060FA Royal Blue

📋 copy color: '#2060FA'

red 32 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #2060FA

Tints of Royal Blue #2060FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

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

R = 8.47%
G = 25.4%
B = 66.14%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2060FA (or 0x2060FA) is known color: Royal Blue. HEX triplet: 20, 60 and FA. RGB value is (32,96,250). Sum of RGB (Red+Green+Blue) = 32+96+250=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #2060FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2060FA is #DF9F05. Grayscale: #5D5D5D. Windows color (decimal): -14655238 or 16408608. OLE color: 16408608.

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

Color convert

RGB 32 96 250 -
CMYK 0.87 0.62 0 0.02
HSL 222.39º 0.96% 0.55% -
HSV(B) 222.39º 0.87% 0.98% -
XYZ 22.03 15.57 92.29 -
YUV 94.42 215.8 83.48 -
System Red Green Blue C M Y K H S L
Decimal 32 96 250 0.87 0.62 0 0.02 222.39 0.96 0.55
Hex 20 60 FA 57 3E 0 2 DE 60 37
Octal 40 140 372 127 76 0 2 336 140 67
Binary 100000 1100000 11111010 1010111 111110 0 10 11011110 1100000 110111

Color Harmonies of #2060FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2060FA

Black with #2060FA

Text Example


Text Example

White with #2060FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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