Html Css Color HEX #0070FE Dodger Blue

📋 copy color: '#0070FE'

red 0 ◦ green 112 ◦ blue 254

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

Shades of Dodger Blue #0070FE

Tints of Dodger Blue #0070FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 0%
G = 30.6%
B = 69.4%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0070FE (or 0x0070FE) is known color: Dodger Blue. HEX triplet: 00, 70 and FE. RGB value is (0,112,254). Sum of RGB (Red+Green+Blue) = 0+112+254=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #0070FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0070FE is #FF8F01. Grayscale: #5E5E5E. Windows color (decimal): -16748290 or 16674816. OLE color: 16674816.

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

Color convert

RGB 0 112 254 -
CMYK 1 0.56 0 0.00
HSL 213.54º 1% 0.5% -
HSV(B) 213.54º 1% 1% -
XYZ 23.68 18.74 96.14 -
YUV 94.7 217.89 60.45 -
System Red Green Blue C M Y K H S L
Decimal 0 112 254 1 0.56 0 0.00 213.54 1 0.5
Hex 0 70 FE 64 38 0 0 D6 64 32
Octal 0 160 376 144 70 0 0 326 144 62
Binary 0 1110000 11111110 1100100 111000 0 0 11010110 1100100 110010

Color Harmonies of #0070FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0070FE

Black with #0070FE

Text Example


Text Example

White with #0070FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0070FE;
 }
 .AnyTagClassName
 {
   color: #0070FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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