Html Css Color HEX #1071FF Dodger Blue

📋 copy color: '#1071FF'

red 16 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #1071FF

Tints of Dodger Blue #1071FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 4.17%
G = 29.43%
B = 66.41%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1071FF (or 0x1071FF) is known color: Dodger Blue. HEX triplet: 10, 71 and FF. RGB value is (16,113,255). Sum of RGB (Red+Green+Blue) = 16+113+255=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #1071FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071FF is #EF8E00. Grayscale: #636363. Windows color (decimal): -15699457 or 16740624. OLE color: 16740624.

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

Color convert

RGB 16 113 255 -
CMYK 0.94 0.56 0 0
HSL 215.65º 1% 0.53% -
HSV(B) 215.65º 0.94% 1% -
XYZ 24.17 19.14 97.03 -
YUV 100.19 215.36 67.95 -
System Red Green Blue C M Y K H S L
Decimal 16 113 255 0.94 0.56 0 0 215.65 1 0.53
Hex 10 71 FF 5E 38 0 0 D8 64 35
Octal 20 161 377 136 70 0 0 330 144 65
Binary 10000 1110001 11111111 1011110 111000 0 0 11011000 1100100 110101

Color Harmonies of #1071FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071FF

Black with #1071FF

Text Example


Text Example

White with #1071FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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