Html Css Color HEX #2A6FFD Royal Blue

📋 copy color: '#2A6FFD'

red 42 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #2A6FFD

Tints of Royal Blue #2A6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 10.34%
G = 27.34%
B = 62.32%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A6FFD (or 0x2A6FFD) is known color: Royal Blue. HEX triplet: 2A, 6F and FD. RGB value is (42,111,253). Sum of RGB (Red+Green+Blue) = 42+111+253=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A6FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6FFD is #D59002. Grayscale: #696969. Windows color (decimal): -13996035 or 16609066. OLE color: 16609066.

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

Color convert

RGB 42 111 253 -
CMYK 0.83 0.56 0 0.01
HSL 220.38º 0.98% 0.58% -
HSV(B) 220.38º 0.83% 0.99% -
XYZ 24.37 18.95 95.3 -
YUV 106.56 210.64 81.95 -
System Red Green Blue C M Y K H S L
Decimal 42 111 253 0.83 0.56 0 0.01 220.38 0.98 0.58
Hex 2A 6F FD 53 38 0 1 DC 62 3A
Octal 52 157 375 123 70 0 1 334 142 72
Binary 101010 1101111 11111101 1010011 111000 0 1 11011100 1100010 111010

Color Harmonies of #2A6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6FFD

Black with #2A6FFD

Text Example


Text Example

White with #2A6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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