Html Css Color HEX #2A64D6 Royal Blue

📋 copy color: '#2A64D6'

red 42 ◦ green 100 ◦ blue 214

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

Shades of Royal Blue #2A64D6

Tints of Royal Blue #2A64D6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 214 (83.98% from 255) = 60.11%

R = 11.8%
G = 28.09%
B = 60.11%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2A64D6 (or 0x2A64D6) is known color: Royal Blue. HEX triplet: 2A, 64 and D6. RGB value is (42,100,214). Sum of RGB (Red+Green+Blue) = 42+100+214=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A64D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64D6 is #D59B29. Grayscale: #5F5F5F. Windows color (decimal): -13998890 or 14050346. OLE color: 14050346.

HSL color Cylindrical-coordinate representation of color #2A64D6: hue angle of 219.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A64D6 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 100 214 -
CMYK 0.80 0.53 0 0.16
HSL 219.77º 0.68% 0.5% -
HSV(B) 219.77º 0.8% 0.84% -
XYZ 17.65 14.46 65.48 -
YUV 95.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 42 100 214 0.80 0.53 0 0.16 219.77 0.68 0.5
Hex 2A 64 D6 50 35 0 10 DC 44 32
Octal 52 144 326 120 65 0 20 334 104 62
Binary 101010 1100100 11010110 1010000 110101 0 10000 11011100 1000100 110010

Color Harmonies of #2A64D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A64D6

Black with #2A64D6

Text Example


Text Example

White with #2A64D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,100,214); }

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

background-color css

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

 a { background-color: rgb(42,100,214); }

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

border-color css

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

 span { border-color: rgb(42,100,214); }

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