Html Css Color HEX #1978FF Dodger Blue

📋 copy color: '#1978FF'

red 25 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #1978FF

Tints of Dodger Blue #1978FF

RGB

 RED value IS 25 (10.16% from 255) = 6.25%

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

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

R = 6.25%
G = 30%
B = 63.75%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1978FF (or 0x1978FF) is known color: Dodger Blue. HEX triplet: 19, 78 and FF. RGB value is (25,120,255). Sum of RGB (Red+Green+Blue) = 25+120+255=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #1978FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978FF is #E68700. Grayscale: #6A6A6A. Windows color (decimal): -15107841 or 16742425. OLE color: 16742425.

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

Color convert

RGB 25 120 255 -
CMYK 0.90 0.53 0 0
HSL 215.22º 1% 0.55% -
HSV(B) 215.22º 0.9% 1% -
XYZ 25.17 20.86 97.31 -
YUV 106.99 211.53 69.52 -
System Red Green Blue C M Y K H S L
Decimal 25 120 255 0.90 0.53 0 0 215.22 1 0.55
Hex 19 78 FF 5A 35 0 0 D7 64 37
Octal 31 170 377 132 65 0 0 327 144 67
Binary 11001 1111000 11111111 1011010 110101 0 0 11010111 1100100 110111

Color Harmonies of #1978FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978FF

Black with #1978FF

Text Example


Text Example

White with #1978FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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