Html Css Color HEX #2478FF Dodger Blue

📋 copy color: '#2478FF'

red 36 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #2478FF

Tints of Dodger Blue #2478FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 8.76%
G = 29.2%
B = 62.04%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2478FF (or 0x2478FF) is known color: Dodger Blue. HEX triplet: 24, 78 and FF. RGB value is (36,120,255). Sum of RGB (Red+Green+Blue) = 36+120+255=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2478FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2478FF is #DB8700. Grayscale: #6D6D6D. Windows color (decimal): -14386945 or 16742436. OLE color: 16742436.

HSL color Cylindrical-coordinate representation of color #2478FF: hue angle of 216.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2478FF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 120 255 -
CMYK 0.86 0.53 0 0
HSL 216.99º 1% 0.57% -
HSV(B) 216.99º 0.86% 1% -
XYZ 25.49 21.03 97.32 -
YUV 110.27 209.67 75.02 -
System Red Green Blue C M Y K H S L
Decimal 36 120 255 0.86 0.53 0 0 216.99 1 0.57
Hex 24 78 FF 56 35 0 0 D9 64 39
Octal 44 170 377 126 65 0 0 331 144 71
Binary 100100 1111000 11111111 1010110 110101 0 0 11011001 1100100 111001

Color Harmonies of #2478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2478FF

Black with #2478FF

Text Example


Text Example

White with #2478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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