Html Css Color HEX #1976FE Dodger Blue

📋 copy color: '#1976FE'

red 25 ◦ green 118 ◦ blue 254

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

Shades of Dodger Blue #1976FE

Tints of Dodger Blue #1976FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 6.3%
G = 29.72%
B = 63.98%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1976FE (or 0x1976FE) is known color: Dodger Blue. HEX triplet: 19, 76 and FE. RGB value is (25,118,254). Sum of RGB (Red+Green+Blue) = 25+118+254=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #1976FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1976FE is #E68901. Grayscale: #696969. Windows color (decimal): -15108354 or 16676377. OLE color: 16676377.

HSL color Cylindrical-coordinate representation of color #1976FE: hue angle of 215.63º 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 #1976FE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 118 254 -
CMYK 0.90 0.54 0 0.00
HSL 215.63º 0.99% 0.55% -
HSV(B) 215.63º 0.9% 1% -
XYZ 24.77 20.32 96.38 -
YUV 105.7 211.69 70.44 -
System Red Green Blue C M Y K H S L
Decimal 25 118 254 0.90 0.54 0 0.00 215.63 0.99 0.55
Hex 19 76 FE 5A 36 0 0 D8 63 37
Octal 31 166 376 132 66 0 0 330 143 67
Binary 11001 1110110 11111110 1011010 110110 0 0 11011000 1100011 110111

Color Harmonies of #1976FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976FE

Black with #1976FE

Text Example


Text Example

White with #1976FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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