#0F67FC

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

Shades of Dodger Blue #0F67FC

Tints of Dodger Blue #0F67FC

Color information

#0F67FC (or 0x0F67FC) is unknown color: approx Dodger Blue. HEX triplet: 0F, 67 and FC. RGB value is (15,103,252). Sum of RGB (Red+Green+Blue) = 15+103+252=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F67FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F67FC is #F09803. Grayscale: #5C5C5C. Windows color (decimal): -15767556 or 16541455. OLE color: 16541455.

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

Color convert

RGB15103252-
CMYK0.940.5900.01
HSL217.72º97.53%52.35%-
HSV(B)217.72º94.05%98.82%-
XYZ22.6216.8394.15-
YUV93.67217.3571.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.05%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 252 (98.83% from 255) = 68.11%
R=4.05%
G=27.84%
B=68.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151032520.940.5900.01217.7297.5352.35
HexF67FC5E3B01da6234
Octal17147374136730133214264
Binary1111110011111111100101111011101101110110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F67FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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