Html Css Color HEX #2A64DA Royal Blue

📋 copy color: '#2A64DA'

red 42 ◦ green 100 ◦ blue 218

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

Shades of Royal Blue #2A64DA

Tints of Royal Blue #2A64DA

RGB

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

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

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

R = 11.67%
G = 27.78%
B = 60.56%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A64DA (or 0x2A64DA) is known color: Royal Blue. HEX triplet: 2A, 64 and DA. RGB value is (42,100,218). Sum of RGB (Red+Green+Blue) = 42+100+218=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A64DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64DA is #D59B25. Grayscale: #5F5F5F. Windows color (decimal): -13998886 or 14312490. OLE color: 14312490.

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

Color convert

RGB 42 100 218 -
CMYK 0.81 0.54 0 0.15
HSL 220.23º 0.7% 0.51% -
HSV(B) 220.23º 0.81% 0.85% -
XYZ 18.17 14.67 68.2 -
YUV 96.11 196.78 89.41 -
System Red Green Blue C M Y K H S L
Decimal 42 100 218 0.81 0.54 0 0.15 220.23 0.7 0.51
Hex 2A 64 DA 51 36 0 F DC 46 33
Octal 52 144 332 121 66 0 17 334 106 63
Binary 101010 1100100 11011010 1010001 110110 0 1111 11011100 1000110 110011

Color Harmonies of #2A64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A64DA

Black with #2A64DA

Text Example


Text Example

White with #2A64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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