Html Css Color HEX #2A60FF Royal Blue

📋 copy color: '#2A60FF'

red 42 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #2A60FF

Tints of Royal Blue #2A60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

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

R = 10.69%
G = 24.43%
B = 64.89%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A60FF (or 0x2A60FF) is known color: Royal Blue. HEX triplet: 2A, 60 and FF. RGB value is (42,96,255). Sum of RGB (Red+Green+Blue) = 42+96+255=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A60FF is #D59F00. Grayscale: #616161. Windows color (decimal): -13999873 or 16736298. OLE color: 16736298.

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

Color convert

RGB 42 96 255 -
CMYK 0.84 0.62 0 0
HSL 224.79º 1% 0.58% -
HSV(B) 224.79º 0.84% 1% -
XYZ 23.19 16.08 96.49 -
YUV 97.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 42 96 255 0.84 0.62 0 0 224.79 1 0.58
Hex 2A 60 FF 54 3E 0 0 E1 64 3A
Octal 52 140 377 124 76 0 0 341 144 72
Binary 101010 1100000 11111111 1010100 111110 0 0 11100001 1100100 111010

Color Harmonies of #2A60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A60FF

Black with #2A60FF

Text Example


Text Example

White with #2A60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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