Html Css Color HEX #2068EB Royal Blue

📋 copy color: '#2068EB'

red 32 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #2068EB

Tints of Royal Blue #2068EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 8.63%
G = 28.03%
B = 63.34%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2068EB (or 0x2068EB) is known color: Royal Blue. HEX triplet: 20, 68 and EB. RGB value is (32,104,235). Sum of RGB (Red+Green+Blue) = 32+104+235=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #2068EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2068EB is #DF9714. Grayscale: #606060. Windows color (decimal): -14653205 or 15427616. OLE color: 15427616.

HSL color Cylindrical-coordinate representation of color #2068EB: hue angle of 218.72º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2068EB is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 104 235 -
CMYK 0.86 0.56 0 0.08
HSL 218.72º 0.84% 0.52% -
HSV(B) 218.72º 0.86% 0.92% -
XYZ 20.54 16.21 80.64 -
YUV 97.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 32 104 235 0.86 0.56 0 0.08 218.72 0.84 0.52
Hex 20 68 EB 56 38 0 8 DB 54 34
Octal 40 150 353 126 70 0 10 333 124 64
Binary 100000 1101000 11101011 1010110 111000 0 1000 11011011 1010100 110100

Color Harmonies of #2068EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2068EB

Black with #2068EB

Text Example


Text Example

White with #2068EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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