Html Css Color HEX #2068ED Royal Blue

📋 copy color: '#2068ED'

red 32 ◦ green 104 ◦ blue 237

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

Shades of Royal Blue #2068ED

Tints of Royal Blue #2068ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.54%

R = 8.58%
G = 27.88%
B = 63.54%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2068ED (or 0x2068ED) is known color: Royal Blue. HEX triplet: 20, 68 and ED. RGB value is (32,104,237). Sum of RGB (Red+Green+Blue) = 32+104+237=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #2068ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2068ED is #DF9712. Grayscale: #616161. Windows color (decimal): -14653203 or 15558688. OLE color: 15558688.

HSL color Cylindrical-coordinate representation of color #2068ED: hue angle of 218.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2068ED is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 104 237 -
CMYK 0.86 0.56 0 0.07
HSL 218.93º 0.85% 0.53% -
HSV(B) 218.93º 0.86% 0.93% -
XYZ 20.83 16.32 82.17 -
YUV 97.63 206.65 81.19 -
System Red Green Blue C M Y K H S L
Decimal 32 104 237 0.86 0.56 0 0.07 218.93 0.85 0.53
Hex 20 68 ED 56 38 0 7 DB 55 35
Octal 40 150 355 126 70 0 7 333 125 65
Binary 100000 1101000 11101101 1010110 111000 0 111 11011011 1010101 110101

Color Harmonies of #2068ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2068ED

Black with #2068ED

Text Example


Text Example

White with #2068ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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