Html Css Color HEX #1070FB Dodger Blue

📋 copy color: '#1070FB'

red 16 ◦ green 112 ◦ blue 251

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

Shades of Dodger Blue #1070FB

Tints of Dodger Blue #1070FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 4.22%
G = 29.55%
B = 66.23%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1070FB (or 0x1070FB) is known color: Dodger Blue. HEX triplet: 10, 70 and FB. RGB value is (16,112,251). Sum of RGB (Red+Green+Blue) = 16+112+251=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #1070FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1070FB is #EF8F04. Grayscale: #626262. Windows color (decimal): -15699717 or 16478224. OLE color: 16478224.

HSL color Cylindrical-coordinate representation of color #1070FB: hue angle of 215.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1070FB is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 112 251 -
CMYK 0.94 0.55 0 0.02
HSL 215.49º 0.97% 0.52% -
HSV(B) 215.49º 0.94% 0.98% -
XYZ 23.42 18.66 93.63 -
YUV 99.14 213.7 68.7 -
System Red Green Blue C M Y K H S L
Decimal 16 112 251 0.94 0.55 0 0.02 215.49 0.97 0.52
Hex 10 70 FB 5E 37 0 2 D7 61 34
Octal 20 160 373 136 67 0 2 327 141 64
Binary 10000 1110000 11111011 1011110 110111 0 10 11010111 1100001 110100

Color Harmonies of #1070FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070FB

Black with #1070FB

Text Example


Text Example

White with #1070FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1070FB; }

 p { color: rgb(16,112,251); }

 H1.HeaderClassName
 {
   color: #1070FB;
 }
 .AnyTagClassName
 {
   color: #1070FB;
 }
</style>

background-color css

<style>
 a { background-color: #1070FB; }

 a { background-color: rgb(16,112,251); }

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

border-color css

<style>
 span { border-color: #1070FB; }

 span { border-color: rgb(16,112,251); }

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