Html Css Color HEX #2A4BEC Royal Blue

📋 copy color: '#2A4BEC'

red 42 ◦ green 75 ◦ blue 236

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

Shades of Royal Blue #2A4BEC

Tints of Royal Blue #2A4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

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

R = 11.9%
G = 21.25%
B = 66.86%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A4BEC (or 0x2A4BEC) is known color: Royal Blue. HEX triplet: 2A, 4B and EC. RGB value is (42,75,236). Sum of RGB (Red+Green+Blue) = 42+75+236=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A4BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A4BEC is #D5B413. Grayscale: #525252. Windows color (decimal): -14005268 or 15485738. OLE color: 15485738.

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

Color convert

RGB 42 75 236 -
CMYK 0.82 0.68 0 0.07
HSL 229.79º 0.84% 0.55% -
HSV(B) 229.79º 0.82% 0.93% -
XYZ 18.61 11.58 80.61 -
YUV 83.49 214.07 98.41 -
System Red Green Blue C M Y K H S L
Decimal 42 75 236 0.82 0.68 0 0.07 229.79 0.84 0.55
Hex 2A 4B EC 52 44 0 7 E6 54 37
Octal 52 113 354 122 104 0 7 346 124 67
Binary 101010 1001011 11101100 1010010 1000100 0 111 11100110 1010100 110111

Color Harmonies of #2A4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4BEC

Black with #2A4BEC

Text Example


Text Example

White with #2A4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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