Html Css Color HEX #1071F0 Dodger Blue

📋 copy color: '#1071F0'

red 16 ◦ green 113 ◦ blue 240

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

Shades of Dodger Blue #1071F0

Tints of Dodger Blue #1071F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.04%

R = 4.34%
G = 30.62%
B = 65.04%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1071F0 (or 0x1071F0) is known color: Dodger Blue. HEX triplet: 10, 71 and F0. RGB value is (16,113,240). Sum of RGB (Red+Green+Blue) = 16+113+240=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #1071F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1071F0 is #EF8E0F. Grayscale: #616161. Windows color (decimal): -15699472 or 15757584. OLE color: 15757584.

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

Color convert

RGB 16 113 240 -
CMYK 0.93 0.53 0 0.06
HSL 214.02º 0.88% 0.5% -
HSV(B) 214.02º 0.93% 0.94% -
XYZ 21.85 18.21 84.8 -
YUV 98.48 207.86 69.17 -
System Red Green Blue C M Y K H S L
Decimal 16 113 240 0.93 0.53 0 0.06 214.02 0.88 0.5
Hex 10 71 F0 5D 35 0 6 D6 58 32
Octal 20 161 360 135 65 0 6 326 130 62
Binary 10000 1110001 11110000 1011101 110101 0 110 11010110 1011000 110010

Color Harmonies of #1071F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071F0

Black with #1071F0

Text Example


Text Example

White with #1071F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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