#007BFB

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

Shades of Dodger Blue #007BFB

Tints of Dodger Blue #007BFB

Color information

#007BFB (or 0x007BFB) is unknown color: approx Dodger Blue. HEX triplet: 00, 7B and FB. RGB value is (0,123,251). Sum of RGB (Red+Green+Blue) = 0+123+251=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #007BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFB is #FF8404. Grayscale: #646464. Windows color (decimal): -16745477 or 16481024. OLE color: 16481024.

HSL color Cylindrical-coordinate representation of color #007BFB: hue angle of 210.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BFB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0123251-
CMYK10.5100.02
HSL210.6º100%49.22%-
HSV(B)210.6º100%98.43%-
XYZ24.521.1394.05-
YUV100.82212.7556.09-

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.89%
BLUE value IS 251 (98.44% from 255) = 67.11%
R=0%
G=32.89%
B=67.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal012325110.5100.02210.610049.22
Hex07BFB643302d36431
Octal0173373144630232314461
Binary01111011111110111100100110011010110100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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