Html Css Color HEX #2A6ED7 Royal Blue

📋 copy color: '#2A6ED7'

red 42 ◦ green 110 ◦ blue 215

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

Shades of Royal Blue #2A6ED7

Tints of Royal Blue #2A6ED7

RGB

 RED value IS 42 (16.8% from 255) = 11.44%

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 215 (84.38% from 255) = 58.58%

R = 11.44%
G = 29.97%
B = 58.58%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2A6ED7 (or 0x2A6ED7) is known color: Royal Blue. HEX triplet: 2A, 6E and D7. RGB value is (42,110,215). Sum of RGB (Red+Green+Blue) = 42+110+215=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A6ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ED7 is #D59128. Grayscale: #656565. Windows color (decimal): -13996329 or 14118442. OLE color: 14118442.

HSL color Cylindrical-coordinate representation of color #2A6ED7: hue angle of 216.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6ED7 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 110 215 -
CMYK 0.80 0.49 0 0.16
HSL 216.42º 0.68% 0.5% -
HSV(B) 216.42º 0.8% 0.84% -
XYZ 18.8 16.55 66.49 -
YUV 101.64 191.97 85.46 -
System Red Green Blue C M Y K H S L
Decimal 42 110 215 0.80 0.49 0 0.16 216.42 0.68 0.5
Hex 2A 6E D7 50 31 0 10 D8 44 32
Octal 52 156 327 120 61 0 20 330 104 62
Binary 101010 1101110 11010111 1010000 110001 0 10000 11011000 1000100 110010

Color Harmonies of #2A6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6ED7

Black with #2A6ED7

Text Example


Text Example

White with #2A6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A6ED7; }

 p { color: rgb(42,110,215); }

 H1.HeaderClassName
 {
   color: #2A6ED7;
 }
 .AnyTagClassName
 {
   color: #2A6ED7;
 }
</style>

background-color css

<style>
 a { background-color: #2A6ED7; }

 a { background-color: rgb(42,110,215); }

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

border-color css

<style>
 span { border-color: #2A6ED7; }

 span { border-color: rgb(42,110,215); }

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