#167BE3

Color #167BE3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #167BE3

Tints of Dodger Blue #167BE3

Color information

#167BE3 (or 0x167BE3) is unknown color: approx Dodger Blue. HEX triplet: 16, 7B and E3. RGB value is (22,123,227). Sum of RGB (Red+Green+Blue) = 22+123+227=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 227 (89.06% from 255 or 61.02% from 372); Max value from RGB is 227 - color contains mainly: blue. Hex color #167BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167BE3 is #E9841C. Grayscale: #686868. Windows color (decimal): -15303709 or 14908182. OLE color: 14908182.

HSL color Cylindrical-coordinate representation of color #167BE3: hue angle of 210.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167BE3 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22123227-
CMYK0.900.4600.11
HSL210.44º82.33%48.82%-
HSV(B)210.44º90.31%89.02%-
XYZ21.2819.8875.39-
YUV104.66197.0469.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.91%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 227 (89.06% from 255) = 61.02%
R=5.91%
G=33.06%
B=61.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221232270.900.4600.11210.4482.3348.82
Hex167BE35A2E0Bd25231
Octal261733431325601332212261
Binary10110111101111100011101101010111001011110100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167BE3; }

 p { color: rgb(22,123,227); }

 H1.HeaderClassName
 {
   color: #167BE3;
 }
 .AnyTagClassName
 {
   color: #167BE3;
 }
</style>
background-color css

<style>
 a { background-color: #167BE3; }

 a { background-color: rgb(22,123,227); }

 div.DivClassName
 {
   background-color: #167BE3;
 }
 .BgClassName
 {
   background-color: #167BE3;
 }
</style>
border-color css

<style>
 span { border-color: #167BE3; }

 span { border-color: rgb(22,123,227); }

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