Html Css Color HEX #2068F9 Royal Blue

📋 copy color: '#2068F9'

red 32 ◦ green 104 ◦ blue 249

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

Shades of Royal Blue #2068F9

Tints of Royal Blue #2068F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 249 (97.66% from 255) = 64.68%

R = 8.31%
G = 27.01%
B = 64.68%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2068F9 (or 0x2068F9) is known color: Royal Blue. HEX triplet: 20, 68 and F9. RGB value is (32,104,249). Sum of RGB (Red+Green+Blue) = 32+104+249=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #2068F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2068F9 is #DF9706. Grayscale: #626262. Windows color (decimal): -14653191 or 16345120. OLE color: 16345120.

HSL color Cylindrical-coordinate representation of color #2068F9: hue angle of 220.09º degrees, saturation: 0.95, 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 #2068F9 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 104 249 -
CMYK 0.87 0.58 0 0.02
HSL 220.09º 0.95% 0.55% -
HSV(B) 220.09º 0.87% 0.98% -
XYZ 22.64 17.05 91.72 -
YUV 99 212.65 80.21 -
System Red Green Blue C M Y K H S L
Decimal 32 104 249 0.87 0.58 0 0.02 220.09 0.95 0.55
Hex 20 68 F9 57 3A 0 2 DC 5F 37
Octal 40 150 371 127 72 0 2 334 137 67
Binary 100000 1101000 11111001 1010111 111010 0 10 11011100 1011111 110111

Color Harmonies of #2068F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2068F9

Black with #2068F9

Text Example


Text Example

White with #2068F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2068F9; }

 p { color: rgb(32,104,249); }

 H1.HeaderClassName
 {
   color: #2068F9;
 }
 .AnyTagClassName
 {
   color: #2068F9;
 }
</style>

background-color css

<style>
 a { background-color: #2068F9; }

 a { background-color: rgb(32,104,249); }

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

border-color css

<style>
 span { border-color: #2068F9; }

 span { border-color: rgb(32,104,249); }

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