Html Css Color HEX #2A4EEC Royal Blue

📋 copy color: '#2A4EEC'

red 42 ◦ green 78 ◦ blue 236

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

Shades of Royal Blue #2A4EEC

Tints of Royal Blue #2A4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 11.8%
G = 21.91%
B = 66.29%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A4EEC (or 0x2A4EEC) is known color: Royal Blue. HEX triplet: 2A, 4E and EC. RGB value is (42,78,236). Sum of RGB (Red+Green+Blue) = 42+78+236=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A4EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A4EEC is #D5B113. Grayscale: #545454. Windows color (decimal): -14004500 or 15486506. OLE color: 15486506.

HSL color Cylindrical-coordinate representation of color #2A4EEC: hue angle of 228.87º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A4EEC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 78 236 -
CMYK 0.82 0.67 0 0.07
HSL 228.87º 0.84% 0.55% -
HSV(B) 228.87º 0.82% 0.93% -
XYZ 18.82 12 80.68 -
YUV 85.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 42 78 236 0.82 0.67 0 0.07 228.87 0.84 0.55
Hex 2A 4E EC 52 43 0 7 E5 54 37
Octal 52 116 354 122 103 0 7 345 124 67
Binary 101010 1001110 11101100 1010010 1000011 0 111 11100101 1010100 110111

Color Harmonies of #2A4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4EEC

Black with #2A4EEC

Text Example


Text Example

White with #2A4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,78,236); }

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

background-color css

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

 a { background-color: rgb(42,78,236); }

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

border-color css

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

 span { border-color: rgb(42,78,236); }

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