Html Css Color HEX #1079FD Dodger Blue

📋 copy color: '#1079FD'

red 16 ◦ green 121 ◦ blue 253

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

Shades of Dodger Blue #1079FD

Tints of Dodger Blue #1079FD

RGB

 RED value IS 16 (6.64% from 255) = 4.1%

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

 BLUE value IS 253 (99.22% from 255) = 64.87%

R = 4.1%
G = 31.03%
B = 64.87%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1079FD (or 0x1079FD) is known color: Dodger Blue. HEX triplet: 10, 79 and FD. RGB value is (16,121,253). Sum of RGB (Red+Green+Blue) = 16+121+253=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #1079FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1079FD is #EF8602. Grayscale: #686868. Windows color (decimal): -15697411 or 16611600. OLE color: 16611600.

HSL color Cylindrical-coordinate representation of color #1079FD: hue angle of 213.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1079FD is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 121 253 -
CMYK 0.94 0.52 0 0.01
HSL 213.42º 0.98% 0.53% -
HSV(B) 213.42º 0.94% 0.99% -
XYZ 24.78 20.88 95.65 -
YUV 104.65 211.71 64.77 -
System Red Green Blue C M Y K H S L
Decimal 16 121 253 0.94 0.52 0 0.01 213.42 0.98 0.53
Hex 10 79 FD 5E 34 0 1 D5 62 35
Octal 20 171 375 136 64 0 1 325 142 65
Binary 10000 1111001 11111101 1011110 110100 0 1 11010101 1100010 110101

Color Harmonies of #1079FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079FD

Black with #1079FD

Text Example


Text Example

White with #1079FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1079FD; }

 p { color: rgb(16,121,253); }

 H1.HeaderClassName
 {
   color: #1079FD;
 }
 .AnyTagClassName
 {
   color: #1079FD;
 }
</style>

background-color css

<style>
 a { background-color: #1079FD; }

 a { background-color: rgb(16,121,253); }

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

border-color css

<style>
 span { border-color: #1079FD; }

 span { border-color: rgb(16,121,253); }

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