Html Css Color HEX #1979FC Dodger Blue

📋 copy color: '#1979FC'

red 25 ◦ green 121 ◦ blue 252

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

Shades of Dodger Blue #1979FC

Tints of Dodger Blue #1979FC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 6.28%
G = 30.4%
B = 63.32%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1979FC (or 0x1979FC) is known color: Dodger Blue. HEX triplet: 19, 79 and FC. RGB value is (25,121,252). Sum of RGB (Red+Green+Blue) = 25+121+252=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #1979FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1979FC is #E68603. Grayscale: #6A6A6A. Windows color (decimal): -15107588 or 16546073. OLE color: 16546073.

HSL color Cylindrical-coordinate representation of color #1979FC: hue angle of 214.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1979FC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 121 252 -
CMYK 0.90 0.52 0 0.01
HSL 214.63º 0.97% 0.54% -
HSV(B) 214.63º 0.9% 0.99% -
XYZ 24.81 20.91 94.82 -
YUV 107.23 209.7 69.35 -
System Red Green Blue C M Y K H S L
Decimal 25 121 252 0.90 0.52 0 0.01 214.63 0.97 0.54
Hex 19 79 FC 5A 34 0 1 D7 61 36
Octal 31 171 374 132 64 0 1 327 141 66
Binary 11001 1111001 11111100 1011010 110100 0 1 11010111 1100001 110110

Color Harmonies of #1979FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979FC

Black with #1979FC

Text Example


Text Example

White with #1979FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1979FC; }

 p { color: rgb(25,121,252); }

 H1.HeaderClassName
 {
   color: #1979FC;
 }
 .AnyTagClassName
 {
   color: #1979FC;
 }
</style>

background-color css

<style>
 a { background-color: #1979FC; }

 a { background-color: rgb(25,121,252); }

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

border-color css

<style>
 span { border-color: #1979FC; }

 span { border-color: rgb(25,121,252); }

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