Html Css Color HEX #2A6AFF Royal Blue

📋 copy color: '#2A6AFF'

red 42 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #2A6AFF

Tints of Royal Blue #2A6AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 10.42%
G = 26.3%
B = 63.28%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A6AFF (or 0x2A6AFF) is known color: Royal Blue. HEX triplet: 2A, 6A and FF. RGB value is (42,106,255). Sum of RGB (Red+Green+Blue) = 42+106+255=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6AFF is #D59500. Grayscale: #676767. Windows color (decimal): -13997313 or 16738858. OLE color: 16738858.

HSL color Cylindrical-coordinate representation of color #2A6AFF: hue angle of 221.97º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A6AFF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 106 255 -
CMYK 0.84 0.58 0 0
HSL 221.97º 1% 0.58% -
HSV(B) 221.97º 0.84% 1% -
XYZ 24.16 18.02 96.81 -
YUV 103.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 42 106 255 0.84 0.58 0 0 221.97 1 0.58
Hex 2A 6A FF 54 3A 0 0 DE 64 3A
Octal 52 152 377 124 72 0 0 336 144 72
Binary 101010 1101010 11111111 1010100 111010 0 0 11011110 1100100 111010

Color Harmonies of #2A6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6AFF

Black with #2A6AFF

Text Example


Text Example

White with #2A6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,106,255); }

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

background-color css

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

 a { background-color: rgb(42,106,255); }

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

border-color css

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

 span { border-color: rgb(42,106,255); }

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