#0D67FC

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

Shades of Dodger Blue #0D67FC

Tints of Dodger Blue #0D67FC

Color information

#0D67FC (or 0x0D67FC) is unknown color: approx Dodger Blue. HEX triplet: 0D, 67 and FC. RGB value is (13,103,252). Sum of RGB (Red+Green+Blue) = 13+103+252=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D67FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D67FC is #F29803. Grayscale: #5C5C5C. Windows color (decimal): -15898628 or 16541453. OLE color: 16541453.

HSL color Cylindrical-coordinate representation of color #0D67FC: hue angle of 217.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D67FC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13103252-
CMYK0.950.5900.01
HSL217.41º97.55%51.96%-
HSV(B)217.41º94.84%98.82%-
XYZ22.5916.8194.15-
YUV93.08217.6870.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.53%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 252 (98.83% from 255) = 68.48%
R=3.53%
G=27.99%
B=68.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131032520.950.5900.01217.4197.5551.96
HexD67FC5F3B01d96234
Octal15147374137730133114264
Binary1101110011111111100101111111101101110110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D67FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D67FC; }

 p { color: rgb(13,103,252); }

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

<style>
 a { background-color: #0D67FC; }

 a { background-color: rgb(13,103,252); }

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

<style>
 span { border-color: #0D67FC; }

 span { border-color: rgb(13,103,252); }

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