Html Css Color HEX #2478F1 Dodger Blue

📋 copy color: '#2478F1'

red 36 ◦ green 120 ◦ blue 241

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

Shades of Dodger Blue #2478F1

Tints of Dodger Blue #2478F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 9.07%
G = 30.23%
B = 60.71%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2478F1 (or 0x2478F1) is known color: Dodger Blue. HEX triplet: 24, 78 and F1. RGB value is (36,120,241). Sum of RGB (Red+Green+Blue) = 36+120+241=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #2478F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2478F1 is #DB870E. Grayscale: #6C6C6C. Windows color (decimal): -14386959 or 15824932. OLE color: 15824932.

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

Color convert

RGB 36 120 241 -
CMYK 0.85 0.50 0 0.05
HSL 215.41º 0.88% 0.54% -
HSV(B) 215.41º 0.85% 0.95% -
XYZ 23.32 20.16 85.88 -
YUV 108.68 202.67 76.16 -
System Red Green Blue C M Y K H S L
Decimal 36 120 241 0.85 0.50 0 0.05 215.41 0.88 0.54
Hex 24 78 F1 55 32 0 5 D7 58 36
Octal 44 170 361 125 62 0 5 327 130 66
Binary 100100 1111000 11110001 1010101 110010 0 101 11010111 1011000 110110

Color Harmonies of #2478F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2478F1

Black with #2478F1

Text Example


Text Example

White with #2478F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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