Html Css Color HEX #0994EE Dodger Blue

📋 copy color: '#0994EE'

red 9 ◦ green 148 ◦ blue 238

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

Shades of Dodger Blue #0994EE

Tints of Dodger Blue #0994EE

RGB

 RED value IS 9 (3.91% from 255) = 2.28%

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

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

R = 2.28%
G = 37.47%
B = 60.25%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0994EE (or 0x0994EE) is known color: Dodger Blue. HEX triplet: 09, 94 and EE. RGB value is (9,148,238). Sum of RGB (Red+Green+Blue) = 9+148+238=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #0994EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0994EE is #F66B11. Grayscale: #747474. Windows color (decimal): -16149266 or 15635465. OLE color: 15635465.

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

Color convert

RGB 9 148 238 -
CMYK 0.96 0.38 0 0.07
HSL 203.58º 0.93% 0.48% -
HSV(B) 203.58º 0.96% 0.93% -
XYZ 26.14 27.41 84.8 -
YUV 116.7 196.45 51.18 -
System Red Green Blue C M Y K H S L
Decimal 9 148 238 0.96 0.38 0 0.07 203.58 0.93 0.48
Hex 9 94 EE 60 26 0 7 CC 5D 30
Octal 11 224 356 140 46 0 7 314 135 60
Binary 1001 10010100 11101110 1100000 100110 0 111 11001100 1011101 110000

Color Harmonies of #0994EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994EE

Black with #0994EE

Text Example


Text Example

White with #0994EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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