Html Css Color HEX #1083FB Dodger Blue

📋 copy color: '#1083FB'

red 16 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #1083FB

Tints of Dodger Blue #1083FB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 4.02%
G = 32.91%
B = 63.07%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1083FB (or 0x1083FB) is known color: Dodger Blue. HEX triplet: 10, 83 and FB. RGB value is (16,131,251). Sum of RGB (Red+Green+Blue) = 16+131+251=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #1083FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1083FB is #EF7C04. Grayscale: #6D6D6D. Windows color (decimal): -15694853 or 16483088. OLE color: 16483088.

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

Color convert

RGB 16 131 251 -
CMYK 0.94 0.48 0 0.02
HSL 210.64º 0.97% 0.52% -
HSV(B) 210.64º 0.94% 0.98% -
XYZ 25.74 23.31 94.41 -
YUV 110.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 16 131 251 0.94 0.48 0 0.02 210.64 0.97 0.52
Hex 10 83 FB 5E 30 0 2 D3 61 34
Octal 20 203 373 136 60 0 2 323 141 64
Binary 10000 10000011 11111011 1011110 110000 0 10 11010011 1100001 110100

Color Harmonies of #1083FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1083FB

Black with #1083FB

Text Example


Text Example

White with #1083FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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