Html Css Color HEX #2A4FEC Royal Blue

📋 copy color: '#2A4FEC'

red 42 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #2A4FEC

Tints of Royal Blue #2A4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

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

R = 11.76%
G = 22.13%
B = 66.11%

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

#2A4FEC (or 0x2A4FEC) is known color: Royal Blue. HEX triplet: 2A, 4F and EC. RGB value is (42,79,236). Sum of RGB (Red+Green+Blue) = 42+79+236=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A4FEC is #D5B013. Grayscale: #555555. Windows color (decimal): -14004244 or 15486762. OLE color: 15486762.

HSL color Cylindrical-coordinate representation of color #2A4FEC: hue angle of 228.56º 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 #2A4FEC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 79 236 -
CMYK 0.82 0.67 0 0.07
HSL 228.56º 0.84% 0.55% -
HSV(B) 228.56º 0.82% 0.93% -
XYZ 18.89 12.14 80.7 -
YUV 85.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 42 79 236 0.82 0.67 0 0.07 228.56 0.84 0.55
Hex 2A 4F EC 52 43 0 7 E5 54 37
Octal 52 117 354 122 103 0 7 345 124 67
Binary 101010 1001111 11101100 1010010 1000011 0 111 11100101 1010100 110111

Color Harmonies of #2A4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4FEC

Black with #2A4FEC

Text Example


Text Example

White with #2A4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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