Html Css Color HEX #1073FB Dodger Blue

📋 copy color: '#1073FB'

red 16 ◦ green 115 ◦ blue 251

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

Shades of Dodger Blue #1073FB

Tints of Dodger Blue #1073FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 4.19%
G = 30.1%
B = 65.71%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1073FB (or 0x1073FB) is known color: Dodger Blue. HEX triplet: 10, 73 and FB. RGB value is (16,115,251). Sum of RGB (Red+Green+Blue) = 16+115+251=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #1073FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073FB is #EF8C04. Grayscale: #646464. Windows color (decimal): -15698949 or 16478992. OLE color: 16478992.

HSL color Cylindrical-coordinate representation of color #1073FB: hue angle of 214.72º 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 #1073FB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 115 251 -
CMYK 0.94 0.54 0 0.02
HSL 214.72º 0.97% 0.52% -
HSV(B) 214.72º 0.94% 0.98% -
XYZ 23.76 19.34 93.75 -
YUV 100.9 212.7 67.44 -
System Red Green Blue C M Y K H S L
Decimal 16 115 251 0.94 0.54 0 0.02 214.72 0.97 0.52
Hex 10 73 FB 5E 36 0 2 D7 61 34
Octal 20 163 373 136 66 0 2 327 141 64
Binary 10000 1110011 11111011 1011110 110110 0 10 11010111 1100001 110100

Color Harmonies of #1073FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073FB

Black with #1073FB

Text Example


Text Example

White with #1073FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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