Html Css Color HEX #2A7FDB Royal Blue

📋 copy color: '#2A7FDB'

red 42 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #2A7FDB

Tints of Royal Blue #2A7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 10.82%
G = 32.73%
B = 56.44%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A7FDB (or 0x2A7FDB) is known color: Royal Blue. HEX triplet: 2A, 7F and DB. RGB value is (42,127,219). Sum of RGB (Red+Green+Blue) = 42+127+219=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7FDB is #D58024. Grayscale: #6F6F6F. Windows color (decimal): -13991973 or 14384938. OLE color: 14384938.

HSL color Cylindrical-coordinate representation of color #2A7FDB: hue angle of 211.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7FDB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 127 219 -
CMYK 0.81 0.42 0 0.14
HSL 211.19º 0.71% 0.51% -
HSV(B) 211.19º 0.81% 0.86% -
XYZ 21.33 20.79 69.91 -
YUV 112.07 188.34 78.02 -
System Red Green Blue C M Y K H S L
Decimal 42 127 219 0.81 0.42 0 0.14 211.19 0.71 0.51
Hex 2A 7F DB 51 2A 0 E D3 47 33
Octal 52 177 333 121 52 0 16 323 107 63
Binary 101010 1111111 11011011 1010001 101010 0 1110 11010011 1000111 110011

Color Harmonies of #2A7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7FDB

Black with #2A7FDB

Text Example


Text Example

White with #2A7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,127,219); }

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

background-color css

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

 a { background-color: rgb(42,127,219); }

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

border-color css

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

 span { border-color: rgb(42,127,219); }

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