Html Css Color HEX #2474DF Royal Blue

📋 copy color: '#2474DF'

red 36 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #2474DF

Tints of Royal Blue #2474DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 9.6%
G = 30.93%
B = 59.47%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2474DF (or 0x2474DF) is known color: Royal Blue. HEX triplet: 24, 74 and DF. RGB value is (36,116,223). Sum of RGB (Red+Green+Blue) = 36+116+223=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #2474DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474DF is #DB8B20. Grayscale: #676767. Windows color (decimal): -14388001 or 14644260. OLE color: 14644260.

HSL color Cylindrical-coordinate representation of color #2474DF: hue angle of 214.33º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2474DF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 116 223 -
CMYK 0.84 0.48 0 0.13
HSL 214.33º 0.75% 0.51% -
HSV(B) 214.33º 0.84% 0.87% -
XYZ 20.29 18.19 72.25 -
YUV 104.28 195 79.3 -
System Red Green Blue C M Y K H S L
Decimal 36 116 223 0.84 0.48 0 0.13 214.33 0.75 0.51
Hex 24 74 DF 54 30 0 D D6 4B 33
Octal 44 164 337 124 60 0 15 326 113 63
Binary 100100 1110100 11011111 1010100 110000 0 1101 11010110 1001011 110011

Color Harmonies of #2474DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2474DF

Black with #2474DF

Text Example


Text Example

White with #2474DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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