Html Css Color HEX #2A7BDC Royal Blue

📋 copy color: '#2A7BDC'

red 42 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #2A7BDC

Tints of Royal Blue #2A7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 10.91%
G = 31.95%
B = 57.14%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A7BDC (or 0x2A7BDC) is known color: Royal Blue. HEX triplet: 2A, 7B and DC. RGB value is (42,123,220). Sum of RGB (Red+Green+Blue) = 42+123+220=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A7BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7BDC is #D58423. Grayscale: #6D6D6D. Windows color (decimal): -13992996 or 14449450. OLE color: 14449450.

HSL color Cylindrical-coordinate representation of color #2A7BDC: hue angle of 212.7º degrees, saturation: 0.72, 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 #2A7BDC is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 123 220 -
CMYK 0.81 0.44 0 0.14
HSL 212.7º 0.72% 0.51% -
HSV(B) 212.7º 0.81% 0.86% -
XYZ 20.96 19.83 70.43 -
YUV 109.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 42 123 220 0.81 0.44 0 0.14 212.7 0.72 0.51
Hex 2A 7B DC 51 2C 0 E D5 48 33
Octal 52 173 334 121 54 0 16 325 110 63
Binary 101010 1111011 11011100 1010001 101100 0 1110 11010101 1001000 110011

Color Harmonies of #2A7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7BDC

Black with #2A7BDC

Text Example


Text Example

White with #2A7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,123,220); }

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

background-color css

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

 a { background-color: rgb(42,123,220); }

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

border-color css

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

 span { border-color: rgb(42,123,220); }

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