Html Css Color HEX #2A4CEF Royal Blue

📋 copy color: '#2A4CEF'

red 42 ◦ green 76 ◦ blue 239

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

Shades of Royal Blue #2A4CEF

Tints of Royal Blue #2A4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 11.76%
G = 21.29%
B = 66.95%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2A4CEF (or 0x2A4CEF) is known color: Royal Blue. HEX triplet: 2A, 4C and EF. RGB value is (42,76,239). Sum of RGB (Red+Green+Blue) = 42+76+239=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A4CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A4CEF is #D5B310. Grayscale: #535353. Windows color (decimal): -14005009 or 15682602. OLE color: 15682602.

HSL color Cylindrical-coordinate representation of color #2A4CEF: hue angle of 229.64º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A4CEF is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 76 239 -
CMYK 0.82 0.68 0 0.06
HSL 229.64º 0.86% 0.55% -
HSV(B) 229.64º 0.82% 0.94% -
XYZ 19.12 11.89 82.95 -
YUV 84.42 215.24 97.75 -
System Red Green Blue C M Y K H S L
Decimal 42 76 239 0.82 0.68 0 0.06 229.64 0.86 0.55
Hex 2A 4C EF 52 44 0 6 E6 56 37
Octal 52 114 357 122 104 0 6 346 126 67
Binary 101010 1001100 11101111 1010010 1000100 0 110 11100110 1010110 110111

Color Harmonies of #2A4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4CEF

Black with #2A4CEF

Text Example


Text Example

White with #2A4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,239); }

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

background-color css

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

 a { background-color: rgb(42,76,239); }

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

border-color css

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

 span { border-color: rgb(42,76,239); }

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