Html Css Color HEX #2A6DEE Royal Blue

📋 copy color: '#2A6DEE'

red 42 ◦ green 109 ◦ blue 238

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

Shades of Royal Blue #2A6DEE

Tints of Royal Blue #2A6DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 10.8%
G = 28.02%
B = 61.18%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A6DEE (or 0x2A6DEE) is known color: Royal Blue. HEX triplet: 2A, 6D and EE. RGB value is (42,109,238). Sum of RGB (Red+Green+Blue) = 42+109+238=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A6DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DEE is #D59211. Grayscale: #676767. Windows color (decimal): -13996562 or 15625514. OLE color: 15625514.

HSL color Cylindrical-coordinate representation of color #2A6DEE: hue angle of 219.49º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6DEE is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 109 238 -
CMYK 0.82 0.54 0 0.07
HSL 219.49º 0.85% 0.55% -
HSV(B) 219.49º 0.82% 0.93% -
XYZ 21.86 17.6 83.13 -
YUV 103.67 203.8 84.01 -
System Red Green Blue C M Y K H S L
Decimal 42 109 238 0.82 0.54 0 0.07 219.49 0.85 0.55
Hex 2A 6D EE 52 36 0 7 DB 55 37
Octal 52 155 356 122 66 0 7 333 125 67
Binary 101010 1101101 11101110 1010010 110110 0 111 11011011 1010101 110111

Color Harmonies of #2A6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6DEE

Black with #2A6DEE

Text Example


Text Example

White with #2A6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,109,238); }

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

background-color css

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

 a { background-color: rgb(42,109,238); }

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

border-color css

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

 span { border-color: rgb(42,109,238); }

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