#0075FE

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

Shades of Dodger Blue #0075FE

Tints of Dodger Blue #0075FE

Color information

#0075FE (or 0x0075FE) is unknown color: approx Dodger Blue. HEX triplet: 00, 75 and FE. RGB value is (0,117,254). Sum of RGB (Red+Green+Blue) = 0+117+254=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #0075FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0075FE is #FF8A01. Grayscale: #606060. Windows color (decimal): -16747010 or 16676096. OLE color: 16676096.

HSL color Cylindrical-coordinate representation of color #0075FE: hue angle of 212.36º 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 #0075FE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB0117254-
CMYK10.5400.00
HSL212.36º100%49.8%-
HSV(B)212.36º100%99.61%-
XYZ24.2519.8896.32-
YUV97.64216.2458.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 254 (99.61% from 255) = 68.46%
R=0%
G=31.54%
B=68.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal011725410.5400.00212.3610049.8
Hex075FE643600d46432
Octal0165376144660032414462
Binary0111010111111110110010011011000110101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0075FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0075FE; }

 p { color: rgb(0,117,254); }

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

<style>
 a { background-color: #0075FE; }

 a { background-color: rgb(0,117,254); }

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

<style>
 span { border-color: #0075FE; }

 span { border-color: rgb(0,117,254); }

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