#007BFF

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

Shades of Dodger Blue #007BFF

Tints of Dodger Blue #007BFF

Color information

#007BFF (or 0x007BFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 7B and FF. RGB value is (0,123,255). Sum of RGB (Red+Green+Blue) = 0+123+255=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #007BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFF is #FF8400. Grayscale: #646464. Windows color (decimal): -16745473 or 16743168. OLE color: 16743168.

HSL color Cylindrical-coordinate representation of color #007BFF: hue angle of 211.06º 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 #007BFF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0123255-
CMYK10.5200
HSL211.06º100%50%-
HSV(B)211.06º100%100%-
XYZ25.1321.3997.41-
YUV101.27214.7555.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 255 (100% from 255) = 67.46%
R=0%
G=32.54%
B=67.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal012325510.5200211.0610050
Hex07BFF643400d36432
Octal0173377144640032314462
Binary0111101111111111110010011010000110100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007BFF; }

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

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

<style>
 a { background-color: #007BFF; }

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

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

<style>
 span { border-color: #007BFF; }

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

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