Html Css Color HEX #2A5EFD Royal Blue

📋 copy color: '#2A5EFD'

red 42 ◦ green 94 ◦ blue 253

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

Shades of Royal Blue #2A5EFD

Tints of Royal Blue #2A5EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 10.8%
G = 24.16%
B = 65.04%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A5EFD (or 0x2A5EFD) is known color: Royal Blue. HEX triplet: 2A, 5E and FD. RGB value is (42,94,253). Sum of RGB (Red+Green+Blue) = 42+94+253=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A5EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5EFD is #D5A102. Grayscale: #5F5F5F. Windows color (decimal): -14000387 or 16604714. OLE color: 16604714.

HSL color Cylindrical-coordinate representation of color #2A5EFD: hue angle of 225.21º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A5EFD is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 94 253 -
CMYK 0.83 0.63 0 0.01
HSL 225.21º 0.98% 0.58% -
HSV(B) 225.21º 0.83% 0.99% -
XYZ 22.69 15.59 94.74 -
YUV 96.58 216.27 89.07 -
System Red Green Blue C M Y K H S L
Decimal 42 94 253 0.83 0.63 0 0.01 225.21 0.98 0.58
Hex 2A 5E FD 53 3F 0 1 E1 62 3A
Octal 52 136 375 123 77 0 1 341 142 72
Binary 101010 1011110 11111101 1010011 111111 0 1 11100001 1100010 111010

Color Harmonies of #2A5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5EFD

Black with #2A5EFD

Text Example


Text Example

White with #2A5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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