Html Css Color HEX #1079F3 Dodger Blue

📋 copy color: '#1079F3'

red 16 ◦ green 121 ◦ blue 243

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

Shades of Dodger Blue #1079F3

Tints of Dodger Blue #1079F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.95%

R = 4.21%
G = 31.84%
B = 63.95%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1079F3 (or 0x1079F3) is known color: Dodger Blue. HEX triplet: 10, 79 and F3. RGB value is (16,121,243). Sum of RGB (Red+Green+Blue) = 16+121+243=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 243 (95.31% from 255 or 63.95% from 380); Max value from RGB is 243 - color contains mainly: blue. Hex color #1079F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1079F3 is #EF860C. Grayscale: #666666. Windows color (decimal): -15697421 or 15956240. OLE color: 15956240.

HSL color Cylindrical-coordinate representation of color #1079F3: hue angle of 212.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1079F3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 121 243 -
CMYK 0.93 0.50 0 0.05
HSL 212.25º 0.9% 0.51% -
HSV(B) 212.25º 0.93% 0.95% -
XYZ 23.23 20.26 87.48 -
YUV 103.51 206.71 65.58 -
System Red Green Blue C M Y K H S L
Decimal 16 121 243 0.93 0.50 0 0.05 212.25 0.9 0.51
Hex 10 79 F3 5D 32 0 5 D4 5A 33
Octal 20 171 363 135 62 0 5 324 132 63
Binary 10000 1111001 11110011 1011101 110010 0 101 11010100 1011010 110011

Color Harmonies of #1079F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079F3

Black with #1079F3

Text Example


Text Example

White with #1079F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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