Html Css Color HEX #2474EB Royal Blue

📋 copy color: '#2474EB'

red 36 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #2474EB

Tints of Royal Blue #2474EB

RGB

 RED value IS 36 (14.45% from 255) = 9.3%

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 9.3%
G = 29.97%
B = 60.72%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2474EB (or 0x2474EB) is known color: Royal Blue. HEX triplet: 24, 74 and EB. RGB value is (36,116,235). Sum of RGB (Red+Green+Blue) = 36+116+235=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #2474EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2474EB is #DB8B14. Grayscale: #696969. Windows color (decimal): -14387989 or 15430692. OLE color: 15430692.

HSL color Cylindrical-coordinate representation of color #2474EB: hue angle of 215.88º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2474EB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 116 235 -
CMYK 0.85 0.51 0 0.08
HSL 215.88º 0.83% 0.53% -
HSV(B) 215.88º 0.85% 0.92% -
XYZ 21.97 18.86 81.08 -
YUV 105.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 36 116 235 0.85 0.51 0 0.08 215.88 0.83 0.53
Hex 24 74 EB 55 33 0 8 D8 53 35
Octal 44 164 353 125 63 0 10 330 123 65
Binary 100100 1110100 11101011 1010101 110011 0 1000 11011000 1010011 110101

Color Harmonies of #2474EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2474EB

Black with #2474EB

Text Example


Text Example

White with #2474EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2474EB; }

 p { color: rgb(36,116,235); }

 H1.HeaderClassName
 {
   color: #2474EB;
 }
 .AnyTagClassName
 {
   color: #2474EB;
 }
</style>

background-color css

<style>
 a { background-color: #2474EB; }

 a { background-color: rgb(36,116,235); }

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

border-color css

<style>
 span { border-color: #2474EB; }

 span { border-color: rgb(36,116,235); }

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