Html Css Color HEX #2A6BE9 Royal Blue

📋 copy color: '#2A6BE9'

red 42 ◦ green 107 ◦ blue 233

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

Shades of Royal Blue #2A6BE9

Tints of Royal Blue #2A6BE9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 233 (91.41% from 255) = 60.99%

R = 10.99%
G = 28.01%
B = 60.99%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2A6BE9 (or 0x2A6BE9) is known color: Royal Blue. HEX triplet: 2A, 6B and E9. RGB value is (42,107,233). Sum of RGB (Red+Green+Blue) = 42+107+233=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #2A6BE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BE9 is #D59416. Grayscale: #656565. Windows color (decimal): -13997079 or 15297322. OLE color: 15297322.

HSL color Cylindrical-coordinate representation of color #2A6BE9: hue angle of 219.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6BE9 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 107 233 -
CMYK 0.82 0.54 0 0.09
HSL 219.58º 0.81% 0.54% -
HSV(B) 219.58º 0.82% 0.91% -
XYZ 20.92 16.89 79.25 -
YUV 101.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 42 107 233 0.82 0.54 0 0.09 219.58 0.81 0.54
Hex 2A 6B E9 52 36 0 9 DC 51 36
Octal 52 153 351 122 66 0 11 334 121 66
Binary 101010 1101011 11101001 1010010 110110 0 1001 11011100 1010001 110110

Color Harmonies of #2A6BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6BE9

Black with #2A6BE9

Text Example


Text Example

White with #2A6BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,107,233); }

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

background-color css

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

 a { background-color: rgb(42,107,233); }

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

border-color css

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

 span { border-color: rgb(42,107,233); }

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