#0067FF

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

Shades of Dodger Blue #0067FF

Tints of Dodger Blue #0067FF

Color information

#0067FF (or 0x0067FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 67 and FF. RGB value is (0,103,255). Sum of RGB (Red+Green+Blue) = 0+103+255=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #0067FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0067FF is #FF9800. Grayscale: #585858. Windows color (decimal): -16750593 or 16738048. OLE color: 16738048.

HSL color Cylindrical-coordinate representation of color #0067FF: hue angle of 215.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067FF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0103255-
CMYK10.6000
HSL215.76º100%50%-
HSV(B)215.76º100%100%-
XYZ22.916.9296.67-
YUV89.53221.3864.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 255 (100% from 255) = 71.23%
R=0%
G=28.77%
B=71.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal010325510.6000215.7610050
Hex067FF643C00d86432
Octal0147377144740033014462
Binary0110011111111111110010011110000110110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0067FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0067FF; }

 p { color: rgb(0,103,255); }

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

<style>
 a { background-color: #0067FF; }

 a { background-color: rgb(0,103,255); }

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

<style>
 span { border-color: #0067FF; }

 span { border-color: rgb(0,103,255); }

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