#0672FB

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

Shades of Dodger Blue #0672FB

Tints of Dodger Blue #0672FB

Color information

#0672FB (or 0x0672FB) is unknown color: approx Dodger Blue. HEX triplet: 06, 72 and FB. RGB value is (6,114,251). Sum of RGB (Red+Green+Blue) = 6+114+251=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0672FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0672FB is #F98D04. Grayscale: #606060. Windows color (decimal): -16354565 or 16478726. OLE color: 16478726.

HSL color Cylindrical-coordinate representation of color #0672FB: hue angle of 213.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0672FB is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6114251-
CMYK0.980.5500.02
HSL213.55º96.84%50.39%-
HSV(B)213.55º97.61%98.43%-
XYZ23.5119.0493.7-
YUV97.33214.7262.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.62%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 67.65%
R=1.62%
G=30.73%
B=67.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61142510.980.5500.02213.5596.8450.39
Hex672FB623702d66132
Octal6162373142670232614162
Binary1101110010111110111100010110111010110101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0672FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0672FB; }

 p { color: rgb(6,114,251); }

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

<style>
 a { background-color: #0672FB; }

 a { background-color: rgb(6,114,251); }

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

<style>
 span { border-color: #0672FB; }

 span { border-color: rgb(6,114,251); }

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