Html Css Color HEX #0394EE Dodger Blue

📋 copy color: '#0394EE'

red 3 ◦ green 148 ◦ blue 238

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

Shades of Dodger Blue #0394EE

Tints of Dodger Blue #0394EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 0.77%
G = 38.05%
B = 61.18%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0394EE (or 0x0394EE) is known color: Dodger Blue. HEX triplet: 03, 94 and EE. RGB value is (3,148,238). Sum of RGB (Red+Green+Blue) = 3+148+238=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #0394EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0394EE is #FC6B11. Grayscale: #727272. Windows color (decimal): -16542482 or 15635459. OLE color: 15635459.

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

Color convert

RGB 3 148 238 -
CMYK 0.99 0.38 0 0.07
HSL 202.98º 0.98% 0.47% -
HSV(B) 202.98º 0.99% 0.93% -
XYZ 26.06 27.37 84.8 -
YUV 114.91 197.46 48.18 -
System Red Green Blue C M Y K H S L
Decimal 3 148 238 0.99 0.38 0 0.07 202.98 0.98 0.47
Hex 3 94 EE 63 26 0 7 CB 62 2F
Octal 3 224 356 143 46 0 7 313 142 57
Binary 11 10010100 11101110 1100011 100110 0 111 11001011 1100010 101111

Color Harmonies of #0394EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0394EE

Black with #0394EE

Text Example


Text Example

White with #0394EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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