Html Css Color HEX #2A5FEF Royal Blue

📋 copy color: '#2A5FEF'

red 42 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #2A5FEF

Tints of Royal Blue #2A5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

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

R = 11.17%
G = 25.27%
B = 63.56%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2A5FEF (or 0x2A5FEF) is known color: Royal Blue. HEX triplet: 2A, 5F and EF. RGB value is (42,95,239). Sum of RGB (Red+Green+Blue) = 42+95+239=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5FEF is #D5A010. Grayscale: #5E5E5E. Windows color (decimal): -14000145 or 15687466. OLE color: 15687466.

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

Color convert

RGB 42 95 239 -
CMYK 0.82 0.60 0 0.06
HSL 223.86º 0.86% 0.55% -
HSV(B) 223.86º 0.82% 0.94% -
XYZ 20.63 14.91 83.45 -
YUV 95.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 42 95 239 0.82 0.60 0 0.06 223.86 0.86 0.55
Hex 2A 5F EF 52 3C 0 6 E0 56 37
Octal 52 137 357 122 74 0 6 340 126 67
Binary 101010 1011111 11101111 1010010 111100 0 110 11100000 1010110 110111

Color Harmonies of #2A5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5FEF

Black with #2A5FEF

Text Example


Text Example

White with #2A5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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