Html Css Color HEX #2A76DA Royal Blue

📋 copy color: '#2A76DA'

red 42 ◦ green 118 ◦ blue 218

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

Shades of Royal Blue #2A76DA

Tints of Royal Blue #2A76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 11.11%
G = 31.22%
B = 57.67%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A76DA (or 0x2A76DA) is known color: Royal Blue. HEX triplet: 2A, 76 and DA. RGB value is (42,118,218). Sum of RGB (Red+Green+Blue) = 42+118+218=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A76DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A76DA is #D58925. Grayscale: #6A6A6A. Windows color (decimal): -13994278 or 14317098. OLE color: 14317098.

HSL color Cylindrical-coordinate representation of color #2A76DA: hue angle of 214.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A76DA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 118 218 -
CMYK 0.81 0.46 0 0.15
HSL 214.09º 0.7% 0.51% -
HSV(B) 214.09º 0.81% 0.85% -
XYZ 20.09 18.51 68.84 -
YUV 106.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 42 118 218 0.81 0.46 0 0.15 214.09 0.7 0.51
Hex 2A 76 DA 51 2E 0 F D6 46 33
Octal 52 166 332 121 56 0 17 326 106 63
Binary 101010 1110110 11011010 1010001 101110 0 1111 11010110 1000110 110011

Color Harmonies of #2A76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A76DA

Black with #2A76DA

Text Example


Text Example

White with #2A76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,218); }

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

background-color css

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

 a { background-color: rgb(42,118,218); }

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

border-color css

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

 span { border-color: rgb(42,118,218); }

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