Html Css Color HEX #1977FE Dodger Blue

📋 copy color: '#1977FE'

red 25 ◦ green 119 ◦ blue 254

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

Shades of Dodger Blue #1977FE

Tints of Dodger Blue #1977FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 6.28%
G = 29.9%
B = 63.82%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1977FE (or 0x1977FE) is known color: Dodger Blue. HEX triplet: 19, 77 and FE. RGB value is (25,119,254). Sum of RGB (Red+Green+Blue) = 25+119+254=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #1977FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1977FE is #E68801. Grayscale: #696969. Windows color (decimal): -15108098 or 16676633. OLE color: 16676633.

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

Color convert

RGB 25 119 254 -
CMYK 0.90 0.53 0 0.00
HSL 215.37º 0.99% 0.55% -
HSV(B) 215.37º 0.9% 1% -
XYZ 24.89 20.56 96.42 -
YUV 106.28 211.36 70.02 -
System Red Green Blue C M Y K H S L
Decimal 25 119 254 0.90 0.53 0 0.00 215.37 0.99 0.55
Hex 19 77 FE 5A 35 0 0 D7 63 37
Octal 31 167 376 132 65 0 0 327 143 67
Binary 11001 1110111 11111110 1011010 110101 0 0 11010111 1100011 110111

Color Harmonies of #1977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977FE

Black with #1977FE

Text Example


Text Example

White with #1977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1977FE; }

 p { color: rgb(25,119,254); }

 H1.HeaderClassName
 {
   color: #1977FE;
 }
 .AnyTagClassName
 {
   color: #1977FE;
 }
</style>

background-color css

<style>
 a { background-color: #1977FE; }

 a { background-color: rgb(25,119,254); }

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

border-color css

<style>
 span { border-color: #1977FE; }

 span { border-color: rgb(25,119,254); }

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