Html Css Color HEX #007CF7 Dodger Blue

📋 copy color: '#007CF7'

red 0 ◦ green 124 ◦ blue 247

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

Shades of Dodger Blue #007CF7

Tints of Dodger Blue #007CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 247 (96.88% from 255) = 66.58%

R = 0%
G = 33.42%
B = 66.58%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#007CF7 (or 0x007CF7) is known color: Dodger Blue. HEX triplet: 00, 7C and F7. RGB value is (0,124,247). Sum of RGB (Red+Green+Blue) = 0+124+247=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #007CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007CF7 is #FF8308. Grayscale: #646464. Windows color (decimal): -16745225 or 16219136. OLE color: 16219136.

HSL color Cylindrical-coordinate representation of color #007CF7: hue angle of 209.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CF7 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 124 247 -
CMYK 1 0.50 0 0.03
HSL 209.88º 1% 0.48% -
HSV(B) 209.88º 1% 0.97% -
XYZ 24 21.13 90.81 -
YUV 100.95 210.42 56 -
System Red Green Blue C M Y K H S L
Decimal 0 124 247 1 0.50 0 0.03 209.88 1 0.48
Hex 0 7C F7 64 32 0 3 D2 64 30
Octal 0 174 367 144 62 0 3 322 144 60
Binary 0 1111100 11110111 1100100 110010 0 11 11010010 1100100 110000

Color Harmonies of #007CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CF7

Black with #007CF7

Text Example


Text Example

White with #007CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,124,247); }

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

background-color css

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

 a { background-color: rgb(0,124,247); }

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

border-color css

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

 span { border-color: rgb(0,124,247); }

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