Html Css Color HEX #107CED Dodger Blue

📋 copy color: '#107CED'

red 16 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #107CED

Tints of Dodger Blue #107CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.86%

R = 4.24%
G = 32.89%
B = 62.86%

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

#107CED (or 0x107CED) is known color: Dodger Blue. HEX triplet: 10, 7C and ED. RGB value is (16,124,237). Sum of RGB (Red+Green+Blue) = 16+124+237=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #107CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CED is #EF8312. Grayscale: #686868. Windows color (decimal): -15696659 or 15563792. OLE color: 15563792.

HSL color Cylindrical-coordinate representation of color #107CED: hue angle of 210.68º 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 #107CED is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 124 237 -
CMYK 0.93 0.48 0 0.07
HSL 210.68º 0.87% 0.5% -
HSV(B) 210.68º 0.93% 0.93% -
XYZ 22.71 20.64 82.91 -
YUV 104.59 202.72 64.81 -
System Red Green Blue C M Y K H S L
Decimal 16 124 237 0.93 0.48 0 0.07 210.68 0.87 0.5
Hex 10 7C ED 5D 30 0 7 D3 57 32
Octal 20 174 355 135 60 0 7 323 127 62
Binary 10000 1111100 11101101 1011101 110000 0 111 11010011 1010111 110010

Color Harmonies of #107CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CED

Black with #107CED

Text Example


Text Example

White with #107CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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