Html Css Color HEX #2A5DFB Royal Blue

📋 copy color: '#2A5DFB'

red 42 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #2A5DFB

Tints of Royal Blue #2A5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 10.88%
G = 24.09%
B = 65.03%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A5DFB (or 0x2A5DFB) is known color: Royal Blue. HEX triplet: 2A, 5D and FB. RGB value is (42,93,251). Sum of RGB (Red+Green+Blue) = 42+93+251=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A5DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5DFB is #D5A204. Grayscale: #5F5F5F. Windows color (decimal): -14000645 or 16473386. OLE color: 16473386.

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

Color convert

RGB 42 93 251 -
CMYK 0.83 0.63 0 0.02
HSL 225.36º 0.96% 0.57% -
HSV(B) 225.36º 0.83% 0.98% -
XYZ 22.28 15.29 93.04 -
YUV 95.76 215.6 89.65 -
System Red Green Blue C M Y K H S L
Decimal 42 93 251 0.83 0.63 0 0.02 225.36 0.96 0.57
Hex 2A 5D FB 53 3F 0 2 E1 60 39
Octal 52 135 373 123 77 0 2 341 140 71
Binary 101010 1011101 11111011 1010011 111111 0 10 11100001 1100000 111001

Color Harmonies of #2A5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5DFB

Black with #2A5DFB

Text Example


Text Example

White with #2A5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,93,251); }

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

background-color css

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

 a { background-color: rgb(42,93,251); }

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

border-color css

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

 span { border-color: rgb(42,93,251); }

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