Html Css Color HEX #007FFF Dodger Blue

📋 copy color: '#007FFF'

red 0 ◦ green 127 ◦ blue 255

#007FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #007FFF

Tints of Dodger Blue #007FFF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 255 (100% from 255) = 66.75%

R = 0%
G = 33.25%
B = 66.75%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#007FFF (or 0x007FFF) is known color: Dodger Blue. HEX triplet: 00, 7F and FF. RGB value is (0,127,255). Sum of RGB (Red+Green+Blue) = 0+127+255=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #007FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FFF is #FF8000. Grayscale: #666666. Windows color (decimal): -16744449 or 16744192. OLE color: 16744192.

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

Color convert

RGB 0 127 255 -
CMYK 1 0.50 0 0
HSL 210.12º 1% 0.5% -
HSV(B) 210.12º 1% 1% -
XYZ 25.64 22.4 97.58 -
YUV 103.62 213.42 54.09 -
System Red Green Blue C M Y K H S L
Decimal 0 127 255 1 0.50 0 0 210.12 1 0.5
Hex 0 7F FF 64 32 0 0 D2 64 32
Octal 0 177 377 144 62 0 0 322 144 62
Binary 0 1111111 11111111 1100100 110010 0 0 11010010 1100100 110010

Color Harmonies of #007FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FFF

Black with #007FFF

Text Example


Text Example

White with #007FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007FFF;
 }
 .AnyTagClassName
 {
   color: #007FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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