Html Css Color HEX #2478EE Dodger Blue

📋 copy color: '#2478EE'

red 36 ◦ green 120 ◦ blue 238

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

Shades of Dodger Blue #2478EE

Tints of Dodger Blue #2478EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.41%

R = 9.14%
G = 30.46%
B = 60.41%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2478EE (or 0x2478EE) is known color: Dodger Blue. HEX triplet: 24, 78 and EE. RGB value is (36,120,238). Sum of RGB (Red+Green+Blue) = 36+120+238=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #2478EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2478EE is #DB8711. Grayscale: #6B6B6B. Windows color (decimal): -14386962 or 15628324. OLE color: 15628324.

HSL color Cylindrical-coordinate representation of color #2478EE: hue angle of 215.05º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2478EE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 120 238 -
CMYK 0.85 0.50 0 0.07
HSL 215.05º 0.86% 0.54% -
HSV(B) 215.05º 0.85% 0.93% -
XYZ 22.88 19.98 83.54 -
YUV 108.34 201.17 76.41 -
System Red Green Blue C M Y K H S L
Decimal 36 120 238 0.85 0.50 0 0.07 215.05 0.86 0.54
Hex 24 78 EE 55 32 0 7 D7 56 36
Octal 44 170 356 125 62 0 7 327 126 66
Binary 100100 1111000 11101110 1010101 110010 0 111 11010111 1010110 110110

Color Harmonies of #2478EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2478EE

Black with #2478EE

Text Example


Text Example

White with #2478EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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