Html Css Color HEX #2470DD Royal Blue

📋 copy color: '#2470DD'

red 36 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #2470DD

Tints of Royal Blue #2470DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 9.76%
G = 30.35%
B = 59.89%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2470DD (or 0x2470DD) is known color: Royal Blue. HEX triplet: 24, 70 and DD. RGB value is (36,112,221). Sum of RGB (Red+Green+Blue) = 36+112+221=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #2470DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470DD is #DB8F22. Grayscale: #656565. Windows color (decimal): -14389027 or 14512164. OLE color: 14512164.

HSL color Cylindrical-coordinate representation of color #2470DD: hue angle of 215.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2470DD is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 112 221 -
CMYK 0.84 0.49 0 0.13
HSL 215.35º 0.73% 0.5% -
HSV(B) 215.35º 0.84% 0.87% -
XYZ 19.57 17.18 70.69 -
YUV 101.7 195.32 81.14 -
System Red Green Blue C M Y K H S L
Decimal 36 112 221 0.84 0.49 0 0.13 215.35 0.73 0.5
Hex 24 70 DD 54 31 0 D D7 49 32
Octal 44 160 335 124 61 0 15 327 111 62
Binary 100100 1110000 11011101 1010100 110001 0 1101 11010111 1001001 110010

Color Harmonies of #2470DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2470DD

Black with #2470DD

Text Example


Text Example

White with #2470DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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