Html Css Color HEX #2A5AFD Royal Blue

📋 copy color: '#2A5AFD'

red 42 ◦ green 90 ◦ blue 253

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

Shades of Royal Blue #2A5AFD

Tints of Royal Blue #2A5AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.38%

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

R = 10.91%
G = 23.38%
B = 65.71%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A5AFD (or 0x2A5AFD) is known color: Royal Blue. HEX triplet: 2A, 5A and FD. RGB value is (42,90,253). Sum of RGB (Red+Green+Blue) = 42+90+253=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5AFD is #D5A502. Grayscale: #5D5D5D. Windows color (decimal): -14001411 or 16603690. OLE color: 16603690.

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

Color convert

RGB 42 90 253 -
CMYK 0.83 0.64 0 0.01
HSL 226.35º 0.98% 0.58% -
HSV(B) 226.35º 0.83% 0.99% -
XYZ 22.34 14.9 94.63 -
YUV 94.23 217.6 90.75 -
System Red Green Blue C M Y K H S L
Decimal 42 90 253 0.83 0.64 0 0.01 226.35 0.98 0.58
Hex 2A 5A FD 53 40 0 1 E2 62 3A
Octal 52 132 375 123 100 0 1 342 142 72
Binary 101010 1011010 11111101 1010011 1000000 0 1 11100010 1100010 111010

Color Harmonies of #2A5AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5AFD

Black with #2A5AFD

Text Example


Text Example

White with #2A5AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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