Html Css Color HEX #1071FE Dodger Blue

📋 copy color: '#1071FE'

red 16 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #1071FE

Tints of Dodger Blue #1071FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 4.18%
G = 29.5%
B = 66.32%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1071FE (or 0x1071FE) is known color: Dodger Blue. HEX triplet: 10, 71 and FE. RGB value is (16,113,254). Sum of RGB (Red+Green+Blue) = 16+113+254=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #1071FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071FE is #EF8E01. Grayscale: #636363. Windows color (decimal): -15699458 or 16675088. OLE color: 16675088.

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

Color convert

RGB 16 113 254 -
CMYK 0.94 0.56 0 0.00
HSL 215.55º 0.99% 0.53% -
HSV(B) 215.55º 0.94% 1% -
XYZ 24.01 19.08 96.18 -
YUV 100.07 214.86 68.04 -
System Red Green Blue C M Y K H S L
Decimal 16 113 254 0.94 0.56 0 0.00 215.55 0.99 0.53
Hex 10 71 FE 5E 38 0 0 D8 63 35
Octal 20 161 376 136 70 0 0 330 143 65
Binary 10000 1110001 11111110 1011110 111000 0 0 11011000 1100011 110101

Color Harmonies of #1071FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071FE

Black with #1071FE

Text Example


Text Example

White with #1071FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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