Html Css Color HEX #107BEC Dodger Blue

📋 copy color: '#107BEC'

red 16 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #107BEC

Tints of Dodger Blue #107BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 4.27%
G = 32.8%
B = 62.93%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#107BEC (or 0x107BEC) is known color: Dodger Blue. HEX triplet: 10, 7B and EC. RGB value is (16,123,236). Sum of RGB (Red+Green+Blue) = 16+123+236=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #107BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BEC is #EF8413. Grayscale: #676767. Windows color (decimal): -15696916 or 15498000. OLE color: 15498000.

HSL color Cylindrical-coordinate representation of color #107BEC: hue angle of 210.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BEC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 123 236 -
CMYK 0.93 0.48 0 0.07
HSL 210.82º 0.87% 0.49% -
HSV(B) 210.82º 0.93% 0.93% -
XYZ 22.44 20.33 82.1 -
YUV 103.89 202.55 65.31 -
System Red Green Blue C M Y K H S L
Decimal 16 123 236 0.93 0.48 0 0.07 210.82 0.87 0.49
Hex 10 7B EC 5D 30 0 7 D3 57 31
Octal 20 173 354 135 60 0 7 323 127 61
Binary 10000 1111011 11101100 1011101 110000 0 111 11010011 1010111 110001

Color Harmonies of #107BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BEC

Black with #107BEC

Text Example


Text Example

White with #107BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107BEC; }

 p { color: rgb(16,123,236); }

 H1.HeaderClassName
 {
   color: #107BEC;
 }
 .AnyTagClassName
 {
   color: #107BEC;
 }
</style>

background-color css

<style>
 a { background-color: #107BEC; }

 a { background-color: rgb(16,123,236); }

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

border-color css

<style>
 span { border-color: #107BEC; }

 span { border-color: rgb(16,123,236); }

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