Html Css Color HEX #2A7CDD Royal Blue

📋 copy color: '#2A7CDD'

red 42 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #2A7CDD

Tints of Royal Blue #2A7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 10.85%
G = 32.04%
B = 57.11%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A7CDD (or 0x2A7CDD) is known color: Royal Blue. HEX triplet: 2A, 7C and DD. RGB value is (42,124,221). Sum of RGB (Red+Green+Blue) = 42+124+221=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A7CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7CDD is #D58322. Grayscale: #6E6E6E. Windows color (decimal): -13992739 or 14515242. OLE color: 14515242.

HSL color Cylindrical-coordinate representation of color #2A7CDD: hue angle of 212.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7CDD is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 124 221 -
CMYK 0.81 0.44 0 0.13
HSL 212.51º 0.72% 0.52% -
HSV(B) 212.51º 0.81% 0.87% -
XYZ 21.21 20.13 71.17 -
YUV 110.54 190.33 79.11 -
System Red Green Blue C M Y K H S L
Decimal 42 124 221 0.81 0.44 0 0.13 212.51 0.72 0.52
Hex 2A 7C DD 51 2C 0 D D5 48 34
Octal 52 174 335 121 54 0 15 325 110 64
Binary 101010 1111100 11011101 1010001 101100 0 1101 11010101 1001000 110100

Color Harmonies of #2A7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7CDD

Black with #2A7CDD

Text Example


Text Example

White with #2A7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,124,221); }

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

background-color css

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

 a { background-color: rgb(42,124,221); }

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

border-color css

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

 span { border-color: rgb(42,124,221); }

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