Html Css Color HEX #2A64DC Royal Blue

📋 copy color: '#2A64DC'

red 42 ◦ green 100 ◦ blue 220

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

Shades of Royal Blue #2A64DC

Tints of Royal Blue #2A64DC

RGB

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

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

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

R = 11.6%
G = 27.62%
B = 60.77%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A64DC (or 0x2A64DC) is known color: Royal Blue. HEX triplet: 2A, 64 and DC. RGB value is (42,100,220). Sum of RGB (Red+Green+Blue) = 42+100+220=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A64DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64DC is #D59B23. Grayscale: #5F5F5F. Windows color (decimal): -13998884 or 14443562. OLE color: 14443562.

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

Color convert

RGB 42 100 220 -
CMYK 0.81 0.55 0 0.14
HSL 220.45º 0.72% 0.51% -
HSV(B) 220.45º 0.81% 0.86% -
XYZ 18.43 14.77 69.59 -
YUV 96.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 42 100 220 0.81 0.55 0 0.14 220.45 0.72 0.51
Hex 2A 64 DC 51 37 0 E DC 48 33
Octal 52 144 334 121 67 0 16 334 110 63
Binary 101010 1100100 11011100 1010001 110111 0 1110 11011100 1001000 110011

Color Harmonies of #2A64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A64DC

Black with #2A64DC

Text Example


Text Example

White with #2A64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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