Html Css Color HEX #107AF0 Dodger Blue

📋 copy color: '#107AF0'

red 16 ◦ green 122 ◦ blue 240

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

Shades of Dodger Blue #107AF0

Tints of Dodger Blue #107AF0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 240 (94.14% from 255) = 63.49%

R = 4.23%
G = 32.28%
B = 63.49%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#107AF0 (or 0x107AF0) is known color: Dodger Blue. HEX triplet: 10, 7A and F0. RGB value is (16,122,240). Sum of RGB (Red+Green+Blue) = 16+122+240=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #107AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107AF0 is #EF850F. Grayscale: #676767. Windows color (decimal): -15697168 or 15759888. OLE color: 15759888.

HSL color Cylindrical-coordinate representation of color #107AF0: hue angle of 211.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107AF0 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 122 240 -
CMYK 0.93 0.49 0 0.06
HSL 211.61º 0.88% 0.5% -
HSV(B) 211.61º 0.93% 0.94% -
XYZ 22.9 20.32 85.15 -
YUV 103.76 204.88 65.41 -
System Red Green Blue C M Y K H S L
Decimal 16 122 240 0.93 0.49 0 0.06 211.61 0.88 0.5
Hex 10 7A F0 5D 31 0 6 D4 58 32
Octal 20 172 360 135 61 0 6 324 130 62
Binary 10000 1111010 11110000 1011101 110001 0 110 11010100 1011000 110010

Color Harmonies of #107AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AF0

Black with #107AF0

Text Example


Text Example

White with #107AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,122,240); }

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

background-color css

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

 a { background-color: rgb(16,122,240); }

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

border-color css

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

 span { border-color: rgb(16,122,240); }

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