Html Css Color HEX #0993FF Dodger Blue

📋 copy color: '#0993FF'

red 9 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #0993FF

Tints of Dodger Blue #0993FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 255 (100% from 255) = 62.04%

R = 2.19%
G = 35.77%
B = 62.04%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0993FF (or 0x0993FF) is known color: Dodger Blue. HEX triplet: 09, 93 and FF. RGB value is (9,147,255). Sum of RGB (Red+Green+Blue) = 9+147+255=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #0993FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993FF is #F66C00. Grayscale: #757575. Windows color (decimal): -16149505 or 16749321. OLE color: 16749321.

HSL color Cylindrical-coordinate representation of color #0993FF: hue angle of 206.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993FF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 147 255 -
CMYK 0.96 0.42 0 0
HSL 206.34º 1% 0.52% -
HSV(B) 206.34º 0.96% 1% -
XYZ 28.6 28.15 98.53 -
YUV 118.05 205.28 50.22 -
System Red Green Blue C M Y K H S L
Decimal 9 147 255 0.96 0.42 0 0 206.34 1 0.52
Hex 9 93 FF 60 2A 0 0 CE 64 34
Octal 11 223 377 140 52 0 0 316 144 64
Binary 1001 10010011 11111111 1100000 101010 0 0 11001110 1100100 110100

Color Harmonies of #0993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993FF

Black with #0993FF

Text Example


Text Example

White with #0993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0993FF; }

 p { color: rgb(9,147,255); }

 H1.HeaderClassName
 {
   color: #0993FF;
 }
 .AnyTagClassName
 {
   color: #0993FF;
 }
</style>

background-color css

<style>
 a { background-color: #0993FF; }

 a { background-color: rgb(9,147,255); }

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

border-color css

<style>
 span { border-color: #0993FF; }

 span { border-color: rgb(9,147,255); }

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