Html Css Color HEX #2074DE Royal Blue

📋 copy color: '#2074DE'

red 32 ◦ green 116 ◦ blue 222

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

Shades of Royal Blue #2074DE

Tints of Royal Blue #2074DE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 8.65%
G = 31.35%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2074DE (or 0x2074DE) is known color: Royal Blue. HEX triplet: 20, 74 and DE. RGB value is (32,116,222). Sum of RGB (Red+Green+Blue) = 32+116+222=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #2074DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2074DE is #DF8B21. Grayscale: #666666. Windows color (decimal): -14650146 or 14578720. OLE color: 14578720.

HSL color Cylindrical-coordinate representation of color #2074DE: hue angle of 213.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2074DE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 116 222 -
CMYK 0.86 0.48 0 0.13
HSL 213.47º 0.75% 0.5% -
HSV(B) 213.47º 0.86% 0.87% -
XYZ 20.03 18.07 71.54 -
YUV 102.97 195.17 77.38 -
System Red Green Blue C M Y K H S L
Decimal 32 116 222 0.86 0.48 0 0.13 213.47 0.75 0.5
Hex 20 74 DE 56 30 0 D D5 4B 32
Octal 40 164 336 126 60 0 15 325 113 62
Binary 100000 1110100 11011110 1010110 110000 0 1101 11010101 1001011 110010

Color Harmonies of #2074DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2074DE

Black with #2074DE

Text Example


Text Example

White with #2074DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2074DE; }

 p { color: rgb(32,116,222); }

 H1.HeaderClassName
 {
   color: #2074DE;
 }
 .AnyTagClassName
 {
   color: #2074DE;
 }
</style>

background-color css

<style>
 a { background-color: #2074DE; }

 a { background-color: rgb(32,116,222); }

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

border-color css

<style>
 span { border-color: #2074DE; }

 span { border-color: rgb(32,116,222); }

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