Html Css Color HEX #2066FF Royal Blue

📋 copy color: '#2066FF'

red 32 ◦ green 102 ◦ blue 255

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

Shades of Royal Blue #2066FF

Tints of Royal Blue #2066FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 8.23%
G = 26.22%
B = 65.55%

CMYK

 C value IS 0.87

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2066FF (or 0x2066FF) is known color: Royal Blue. HEX triplet: 20, 66 and FF. RGB value is (32,102,255). Sum of RGB (Red+Green+Blue) = 32+102+255=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2066FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2066FF is #DF9900. Grayscale: #616161. Windows color (decimal): -14653697 or 16737824. OLE color: 16737824.

HSL color Cylindrical-coordinate representation of color #2066FF: hue angle of 221.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2066FF is Cyan = 0.87, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 102 255 -
CMYK 0.87 0.6 0 0
HSL 221.17º 1% 0.56% -
HSV(B) 221.17º 0.87% 1% -
XYZ 23.4 17.03 96.66 -
YUV 98.51 216.31 80.56 -
System Red Green Blue C M Y K H S L
Decimal 32 102 255 0.87 0.6 0 0 221.17 1 0.56
Hex 20 66 FF 57 3C 0 0 DD 64 38
Octal 40 146 377 127 74 0 0 335 144 70
Binary 100000 1100110 11111111 1010111 111100 0 0 11011101 1100100 111000

Color Harmonies of #2066FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2066FF

Black with #2066FF

Text Example


Text Example

White with #2066FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2066FF; }

 p { color: rgb(32,102,255); }

 H1.HeaderClassName
 {
   color: #2066FF;
 }
 .AnyTagClassName
 {
   color: #2066FF;
 }
</style>

background-color css

<style>
 a { background-color: #2066FF; }

 a { background-color: rgb(32,102,255); }

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

border-color css

<style>
 span { border-color: #2066FF; }

 span { border-color: rgb(32,102,255); }

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