Html Css Color HEX #0194EF Dodger Blue

📋 copy color: '#0194EF'

red 1 ◦ green 148 ◦ blue 239

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

Shades of Dodger Blue #0194EF

Tints of Dodger Blue #0194EF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 0.26%
G = 38.14%
B = 61.6%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0194EF (or 0x0194EF) is known color: Dodger Blue. HEX triplet: 01, 94 and EF. RGB value is (1,148,239). Sum of RGB (Red+Green+Blue) = 1+148+239=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #0194EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0194EF is #FE6B10. Grayscale: #717171. Windows color (decimal): -16673553 or 15700993. OLE color: 15700993.

HSL color Cylindrical-coordinate representation of color #0194EF: hue angle of 202.94º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0194EF is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 148 239 -
CMYK 1.00 0.38 0 0.06
HSL 202.94º 0.99% 0.47% -
HSV(B) 202.94º 1% 0.94% -
XYZ 26.18 27.42 85.57 -
YUV 114.42 198.3 47.1 -
System Red Green Blue C M Y K H S L
Decimal 1 148 239 1.00 0.38 0 0.06 202.94 0.99 0.47
Hex 1 94 EF 64 26 0 6 CB 63 2F
Octal 1 224 357 144 46 0 6 313 143 57
Binary 1 10010100 11101111 1100100 100110 0 110 11001011 1100011 101111

Color Harmonies of #0194EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0194EF

Black with #0194EF

Text Example


Text Example

White with #0194EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0194EF; }

 p { color: rgb(1,148,239); }

 H1.HeaderClassName
 {
   color: #0194EF;
 }
 .AnyTagClassName
 {
   color: #0194EF;
 }
</style>

background-color css

<style>
 a { background-color: #0194EF; }

 a { background-color: rgb(1,148,239); }

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

border-color css

<style>
 span { border-color: #0194EF; }

 span { border-color: rgb(1,148,239); }

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