Html Css Color HEX #107CEE Dodger Blue

📋 copy color: '#107CEE'

red 16 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #107CEE

Tints of Dodger Blue #107CEE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 4.23%
G = 32.8%
B = 62.96%

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

#107CEE (or 0x107CEE) is known color: Dodger Blue. HEX triplet: 10, 7C and EE. RGB value is (16,124,238). Sum of RGB (Red+Green+Blue) = 16+124+238=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #107CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CEE is #EF8311. Grayscale: #686868. Windows color (decimal): -15696658 or 15629328. OLE color: 15629328.

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

Color convert

RGB 16 124 238 -
CMYK 0.93 0.48 0 0.07
HSL 210.81º 0.87% 0.5% -
HSV(B) 210.81º 0.93% 0.93% -
XYZ 22.85 20.7 83.68 -
YUV 104.7 203.22 64.73 -
System Red Green Blue C M Y K H S L
Decimal 16 124 238 0.93 0.48 0 0.07 210.81 0.87 0.5
Hex 10 7C EE 5D 30 0 7 D3 57 32
Octal 20 174 356 135 60 0 7 323 127 62
Binary 10000 1111100 11101110 1011101 110000 0 111 11010011 1010111 110010

Color Harmonies of #107CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CEE

Black with #107CEE

Text Example


Text Example

White with #107CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,238); }

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

background-color css

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

 a { background-color: rgb(16,124,238); }

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

border-color css

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

 span { border-color: rgb(16,124,238); }

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