Html Css Color HEX #1974FF Dodger Blue

📋 copy color: '#1974FF'

red 25 ◦ green 116 ◦ blue 255

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

Shades of Dodger Blue #1974FF

Tints of Dodger Blue #1974FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

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

R = 6.31%
G = 29.29%
B = 64.39%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1974FF (or 0x1974FF) is known color: Dodger Blue. HEX triplet: 19, 74 and FF. RGB value is (25,116,255). Sum of RGB (Red+Green+Blue) = 25+116+255=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1974FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1974FF is #E68B00. Grayscale: #676767. Windows color (decimal): -15108865 or 16741401. OLE color: 16741401.

HSL color Cylindrical-coordinate representation of color #1974FF: hue angle of 216.26º 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 #1974FF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 116 255 -
CMYK 0.90 0.55 0 0
HSL 216.26º 1% 0.55% -
HSV(B) 216.26º 0.9% 1% -
XYZ 24.7 19.92 97.15 -
YUV 104.64 212.85 71.2 -
System Red Green Blue C M Y K H S L
Decimal 25 116 255 0.90 0.55 0 0 216.26 1 0.55
Hex 19 74 FF 5A 37 0 0 D8 64 37
Octal 31 164 377 132 67 0 0 330 144 67
Binary 11001 1110100 11111111 1011010 110111 0 0 11011000 1100100 110111

Color Harmonies of #1974FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1974FF

Black with #1974FF

Text Example


Text Example

White with #1974FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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