Html Css Color HEX #2A6EFA Royal Blue

📋 copy color: '#2A6EFA'

red 42 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #2A6EFA

Tints of Royal Blue #2A6EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 10.45%
G = 27.36%
B = 62.19%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A6EFA (or 0x2A6EFA) is known color: Royal Blue. HEX triplet: 2A, 6E and FA. RGB value is (42,110,250). Sum of RGB (Red+Green+Blue) = 42+110+250=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6EFA is #D59105. Grayscale: #686868. Windows color (decimal): -13996294 or 16412202. OLE color: 16412202.

HSL color Cylindrical-coordinate representation of color #2A6EFA: hue angle of 220.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6EFA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 110 250 -
CMYK 0.83 0.56 0 0.02
HSL 220.38º 0.95% 0.57% -
HSV(B) 220.38º 0.83% 0.98% -
XYZ 23.79 18.55 92.77 -
YUV 105.63 209.47 82.62 -
System Red Green Blue C M Y K H S L
Decimal 42 110 250 0.83 0.56 0 0.02 220.38 0.95 0.57
Hex 2A 6E FA 53 38 0 2 DC 5F 39
Octal 52 156 372 123 70 0 2 334 137 71
Binary 101010 1101110 11111010 1010011 111000 0 10 11011100 1011111 111001

Color Harmonies of #2A6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6EFA

Black with #2A6EFA

Text Example


Text Example

White with #2A6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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