Html Css Color HEX #106FFC Dodger Blue

📋 copy color: '#106FFC'

red 16 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #106FFC

Tints of Dodger Blue #106FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 252 (98.83% from 255) = 66.49%

R = 4.22%
G = 29.29%
B = 66.49%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#106FFC (or 0x106FFC) is known color: Dodger Blue. HEX triplet: 10, 6F and FC. RGB value is (16,111,252). Sum of RGB (Red+Green+Blue) = 16+111+252=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #106FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FFC is #EF9003. Grayscale: #626262. Windows color (decimal): -15699972 or 16543504. OLE color: 16543504.

HSL color Cylindrical-coordinate representation of color #106FFC: hue angle of 215.85º 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 #106FFC is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 111 252 -
CMYK 0.94 0.56 0 0.01
HSL 215.85º 0.98% 0.53% -
HSV(B) 215.85º 0.94% 0.99% -
XYZ 23.47 18.51 94.43 -
YUV 98.67 214.53 69.04 -
System Red Green Blue C M Y K H S L
Decimal 16 111 252 0.94 0.56 0 0.01 215.85 0.98 0.53
Hex 10 6F FC 5E 38 0 1 D8 62 35
Octal 20 157 374 136 70 0 1 330 142 65
Binary 10000 1101111 11111100 1011110 111000 0 1 11011000 1100010 110101

Color Harmonies of #106FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FFC

Black with #106FFC

Text Example


Text Example

White with #106FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,252); }

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

background-color css

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

 a { background-color: rgb(16,111,252); }

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

border-color css

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

 span { border-color: rgb(16,111,252); }

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