Html Css Color HEX #2478DB Royal Blue

📋 copy color: '#2478DB'

red 36 ◦ green 120 ◦ blue 219

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

Shades of Royal Blue #2478DB

Tints of Royal Blue #2478DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 9.6%
G = 32%
B = 58.4%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2478DB (or 0x2478DB) is known color: Royal Blue. HEX triplet: 24, 78 and DB. RGB value is (36,120,219). Sum of RGB (Red+Green+Blue) = 36+120+219=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #2478DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478DB is #DB8724. Grayscale: #696969. Windows color (decimal): -14386981 or 14383140. OLE color: 14383140.

HSL color Cylindrical-coordinate representation of color #2478DB: hue angle of 212.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2478DB is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 120 219 -
CMYK 0.84 0.45 0 0.14
HSL 212.46º 0.72% 0.5% -
HSV(B) 212.46º 0.84% 0.86% -
XYZ 20.23 18.92 69.6 -
YUV 106.17 191.67 77.95 -
System Red Green Blue C M Y K H S L
Decimal 36 120 219 0.84 0.45 0 0.14 212.46 0.72 0.5
Hex 24 78 DB 54 2D 0 E D4 48 32
Octal 44 170 333 124 55 0 16 324 110 62
Binary 100100 1111000 11011011 1010100 101101 0 1110 11010100 1001000 110010

Color Harmonies of #2478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2478DB

Black with #2478DB

Text Example


Text Example

White with #2478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2478DB; }

 p { color: rgb(36,120,219); }

 H1.HeaderClassName
 {
   color: #2478DB;
 }
 .AnyTagClassName
 {
   color: #2478DB;
 }
</style>

background-color css

<style>
 a { background-color: #2478DB; }

 a { background-color: rgb(36,120,219); }

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

border-color css

<style>
 span { border-color: #2478DB; }

 span { border-color: rgb(36,120,219); }

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