Html Css Color HEX #107BFD Dodger Blue

📋 copy color: '#107BFD'

red 16 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #107BFD

Tints of Dodger Blue #107BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 4.08%
G = 31.38%
B = 64.54%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#107BFD (or 0x107BFD) is known color: Dodger Blue. HEX triplet: 10, 7B and FD. RGB value is (16,123,253). Sum of RGB (Red+Green+Blue) = 16+123+253=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #107BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BFD is #EF8402. Grayscale: #696969. Windows color (decimal): -15696899 or 16612112. OLE color: 16612112.

HSL color Cylindrical-coordinate representation of color #107BFD: hue angle of 212.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107BFD is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 123 253 -
CMYK 0.94 0.51 0 0.01
HSL 212.91º 0.98% 0.53% -
HSV(B) 212.91º 0.94% 0.99% -
XYZ 25.03 21.37 95.73 -
YUV 105.83 211.05 63.93 -
System Red Green Blue C M Y K H S L
Decimal 16 123 253 0.94 0.51 0 0.01 212.91 0.98 0.53
Hex 10 7B FD 5E 33 0 1 D5 62 35
Octal 20 173 375 136 63 0 1 325 142 65
Binary 10000 1111011 11111101 1011110 110011 0 1 11010101 1100010 110101

Color Harmonies of #107BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BFD

Black with #107BFD

Text Example


Text Example

White with #107BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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