Html Css Color HEX #106BFA Dodger Blue

📋 copy color: '#106BFA'

red 16 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #106BFA

Tints of Dodger Blue #106BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 4.29%
G = 28.69%
B = 67.02%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#106BFA (or 0x106BFA) is known color: Dodger Blue. HEX triplet: 10, 6B and FA. RGB value is (16,107,250). Sum of RGB (Red+Green+Blue) = 16+107+250=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #106BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BFA is #EF9405. Grayscale: #5F5F5F. Windows color (decimal): -15700998 or 16411408. OLE color: 16411408.

HSL color Cylindrical-coordinate representation of color #106BFA: hue angle of 216.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106BFA is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 107 250 -
CMYK 0.94 0.57 0 0.02
HSL 216.67º 0.96% 0.52% -
HSV(B) 216.67º 0.94% 0.98% -
XYZ 22.73 17.53 92.63 -
YUV 96.09 214.85 70.87 -
System Red Green Blue C M Y K H S L
Decimal 16 107 250 0.94 0.57 0 0.02 216.67 0.96 0.52
Hex 10 6B FA 5E 39 0 2 D9 60 34
Octal 20 153 372 136 71 0 2 331 140 64
Binary 10000 1101011 11111010 1011110 111001 0 10 11011001 1100000 110100

Color Harmonies of #106BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BFA

Black with #106BFA

Text Example


Text Example

White with #106BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106BFA; }

 p { color: rgb(16,107,250); }

 H1.HeaderClassName
 {
   color: #106BFA;
 }
 .AnyTagClassName
 {
   color: #106BFA;
 }
</style>

background-color css

<style>
 a { background-color: #106BFA; }

 a { background-color: rgb(16,107,250); }

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

border-color css

<style>
 span { border-color: #106BFA; }

 span { border-color: rgb(16,107,250); }

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