Html Css Color HEX #2A5CFF Royal Blue

📋 copy color: '#2A5CFF'

red 42 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #2A5CFF

Tints of Royal Blue #2A5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 10.8%
G = 23.65%
B = 65.55%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A5CFF (or 0x2A5CFF) is known color: Royal Blue. HEX triplet: 2A, 5C and FF. RGB value is (42,92,255). Sum of RGB (Red+Green+Blue) = 42+92+255=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5CFF is #D5A300. Grayscale: #5E5E5E. Windows color (decimal): -14000897 or 16735274. OLE color: 16735274.

HSL color Cylindrical-coordinate representation of color #2A5CFF: hue angle of 225.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A5CFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 92 255 -
CMYK 0.84 0.64 0 0
HSL 225.92º 1% 0.58% -
HSV(B) 225.92º 0.84% 1% -
XYZ 22.83 15.37 96.37 -
YUV 95.63 217.94 89.75 -
System Red Green Blue C M Y K H S L
Decimal 42 92 255 0.84 0.64 0 0 225.92 1 0.58
Hex 2A 5C FF 54 40 0 0 E2 64 3A
Octal 52 134 377 124 100 0 0 342 144 72
Binary 101010 1011100 11111111 1010100 1000000 0 0 11100010 1100100 111010

Color Harmonies of #2A5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5CFF

Black with #2A5CFF

Text Example


Text Example

White with #2A5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,92,255); }

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

background-color css

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

 a { background-color: rgb(42,92,255); }

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

border-color css

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

 span { border-color: rgb(42,92,255); }

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