Html Css Color HEX #2470EB Royal Blue

📋 copy color: '#2470EB'

red 36 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #2470EB

Tints of Royal Blue #2470EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 9.4%
G = 29.24%
B = 61.36%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2470EB (or 0x2470EB) is known color: Royal Blue. HEX triplet: 24, 70 and EB. RGB value is (36,112,235). Sum of RGB (Red+Green+Blue) = 36+112+235=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #2470EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470EB is #DB8F14. Grayscale: #666666. Windows color (decimal): -14389013 or 15429668. OLE color: 15429668.

HSL color Cylindrical-coordinate representation of color #2470EB: hue angle of 217.09º 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 #2470EB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 112 235 -
CMYK 0.85 0.52 0 0.08
HSL 217.09º 0.83% 0.53% -
HSV(B) 217.09º 0.85% 0.92% -
XYZ 21.52 17.96 80.93 -
YUV 103.3 202.32 80 -
System Red Green Blue C M Y K H S L
Decimal 36 112 235 0.85 0.52 0 0.08 217.09 0.83 0.53
Hex 24 70 EB 55 34 0 8 D9 53 35
Octal 44 160 353 125 64 0 10 331 123 65
Binary 100100 1110000 11101011 1010101 110100 0 1000 11011001 1010011 110101

Color Harmonies of #2470EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2470EB

Black with #2470EB

Text Example


Text Example

White with #2470EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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