Html Css Color HEX #2A5EFA Royal Blue

📋 copy color: '#2A5EFA'

red 42 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #2A5EFA

Tints of Royal Blue #2A5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 10.88%
G = 24.35%
B = 64.77%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A5EFA (or 0x2A5EFA) is known color: Royal Blue. HEX triplet: 2A, 5E and FA. RGB value is (42,94,250). Sum of RGB (Red+Green+Blue) = 42+94+250=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5EFA is #D5A105. Grayscale: #5F5F5F. Windows color (decimal): -14000390 or 16408106. OLE color: 16408106.

HSL color Cylindrical-coordinate representation of color #2A5EFA: hue angle of 225º 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 #2A5EFA is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 94 250 -
CMYK 0.83 0.62 0 0.02
HSL 225º 0.95% 0.57% -
HSV(B) 225º 0.83% 0.98% -
XYZ 22.21 15.4 92.24 -
YUV 96.24 214.77 89.32 -
System Red Green Blue C M Y K H S L
Decimal 42 94 250 0.83 0.62 0 0.02 225 0.95 0.57
Hex 2A 5E FA 53 3E 0 2 E1 5F 39
Octal 52 136 372 123 76 0 2 341 137 71
Binary 101010 1011110 11111010 1010011 111110 0 10 11100001 1011111 111001

Color Harmonies of #2A5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5EFA

Black with #2A5EFA

Text Example


Text Example

White with #2A5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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