Html Css Color HEX #0394EF Dodger Blue

📋 copy color: '#0394EF'

red 3 ◦ green 148 ◦ blue 239

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

Shades of Dodger Blue #0394EF

Tints of Dodger Blue #0394EF

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

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

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

R = 0.77%
G = 37.95%
B = 61.28%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0394EF (or 0x0394EF) is known color: Dodger Blue. HEX triplet: 03, 94 and EF. RGB value is (3,148,239). Sum of RGB (Red+Green+Blue) = 3+148+239=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #0394EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0394EF is #FC6B10. Grayscale: #727272. Windows color (decimal): -16542481 or 15700995. OLE color: 15700995.

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

Color convert

RGB 3 148 239 -
CMYK 0.99 0.38 0 0.06
HSL 203.14º 0.98% 0.47% -
HSV(B) 203.14º 0.99% 0.94% -
XYZ 26.21 27.43 85.57 -
YUV 115.02 197.96 48.1 -
System Red Green Blue C M Y K H S L
Decimal 3 148 239 0.99 0.38 0 0.06 203.14 0.98 0.47
Hex 3 94 EF 63 26 0 6 CB 62 2F
Octal 3 224 357 143 46 0 6 313 142 57
Binary 11 10010100 11101111 1100011 100110 0 110 11001011 1100010 101111

Color Harmonies of #0394EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0394EF

Black with #0394EF

Text Example


Text Example

White with #0394EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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