Html Css Color HEX #0094FE Dodger Blue

📋 copy color: '#0094FE'

red 0 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #0094FE

Tints of Dodger Blue #0094FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 0%
G = 36.82%
B = 63.18%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0094FE (or 0x0094FE) is known color: Dodger Blue. HEX triplet: 00, 94 and FE. RGB value is (0,148,254). Sum of RGB (Red+Green+Blue) = 0+148+254=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #0094FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0094FE is #FF6B01. Grayscale: #737373. Windows color (decimal): -16739074 or 16684032. OLE color: 16684032.

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

Color convert

RGB 0 148 254 -
CMYK 1 0.42 0 0.00
HSL 205.04º 1% 0.5% -
HSV(B) 205.04º 1% 1% -
XYZ 28.48 28.34 97.73 -
YUV 115.83 205.97 45.38 -
System Red Green Blue C M Y K H S L
Decimal 0 148 254 1 0.42 0 0.00 205.04 1 0.5
Hex 0 94 FE 64 2A 0 0 CD 64 32
Octal 0 224 376 144 52 0 0 315 144 62
Binary 0 10010100 11111110 1100100 101010 0 0 11001101 1100100 110010

Color Harmonies of #0094FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094FE

Black with #0094FE

Text Example


Text Example

White with #0094FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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