Html Css Color HEX #007EFA Dodger Blue

📋 copy color: '#007EFA'

red 0 ◦ green 126 ◦ blue 250

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

Shades of Dodger Blue #007EFA

Tints of Dodger Blue #007EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 0%
G = 33.51%
B = 66.49%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#007EFA (or 0x007EFA) is known color: Dodger Blue. HEX triplet: 00, 7E and FA. RGB value is (0,126,250). Sum of RGB (Red+Green+Blue) = 0+126+250=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #007EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EFA is #FF8105. Grayscale: #656565. Windows color (decimal): -16744710 or 16416256. OLE color: 16416256.

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

Color convert

RGB 0 126 250 -
CMYK 1 0.50 0 0.02
HSL 209.76º 1% 0.49% -
HSV(B) 209.76º 1% 0.98% -
XYZ 24.72 21.82 93.35 -
YUV 102.46 211.26 54.92 -
System Red Green Blue C M Y K H S L
Decimal 0 126 250 1 0.50 0 0.02 209.76 1 0.49
Hex 0 7E FA 64 32 0 2 D2 64 31
Octal 0 176 372 144 62 0 2 322 144 61
Binary 0 1111110 11111010 1100100 110010 0 10 11010010 1100100 110001

Color Harmonies of #007EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EFA

Black with #007EFA

Text Example


Text Example

White with #007EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,126,250); }

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

background-color css

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

 a { background-color: rgb(0,126,250); }

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

border-color css

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

 span { border-color: rgb(0,126,250); }

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