Html Css Color HEX #1079FE Dodger Blue

📋 copy color: '#1079FE'

red 16 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #1079FE

Tints of Dodger Blue #1079FE

RGB

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

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

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

R = 4.09%
G = 30.95%
B = 64.96%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1079FE (or 0x1079FE) is known color: Dodger Blue. HEX triplet: 10, 79 and FE. RGB value is (16,121,254). Sum of RGB (Red+Green+Blue) = 16+121+254=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1079FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1079FE is #EF8601. Grayscale: #686868. Windows color (decimal): -15697410 or 16677136. OLE color: 16677136.

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

Color convert

RGB 16 121 254 -
CMYK 0.94 0.52 0 0.00
HSL 213.53º 0.99% 0.53% -
HSV(B) 213.53º 0.94% 1% -
XYZ 24.94 20.94 96.49 -
YUV 104.77 212.21 64.69 -
System Red Green Blue C M Y K H S L
Decimal 16 121 254 0.94 0.52 0 0.00 213.53 0.99 0.53
Hex 10 79 FE 5E 34 0 0 D6 63 35
Octal 20 171 376 136 64 0 0 326 143 65
Binary 10000 1111001 11111110 1011110 110100 0 0 11010110 1100011 110101

Color Harmonies of #1079FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079FE

Black with #1079FE

Text Example


Text Example

White with #1079FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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