Html Css Color HEX #0993EA Dodger Blue

📋 copy color: '#0993EA'

red 9 ◦ green 147 ◦ blue 234

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

Shades of Dodger Blue #0993EA

Tints of Dodger Blue #0993EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60%

R = 2.31%
G = 37.69%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0993EA (or 0x0993EA) is known color: Dodger Blue. HEX triplet: 09, 93 and EA. RGB value is (9,147,234). Sum of RGB (Red+Green+Blue) = 9+147+234=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #0993EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0993EA is #F66C15. Grayscale: #737373. Windows color (decimal): -16149526 or 15373065. OLE color: 15373065.

HSL color Cylindrical-coordinate representation of color #0993EA: hue angle of 203.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993EA is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 147 234 -
CMYK 0.96 0.37 0 0.08
HSL 203.2º 0.93% 0.48% -
HSV(B) 203.2º 0.96% 0.92% -
XYZ 25.4 26.87 81.69 -
YUV 115.66 194.78 51.93 -
System Red Green Blue C M Y K H S L
Decimal 9 147 234 0.96 0.37 0 0.08 203.2 0.93 0.48
Hex 9 93 EA 60 25 0 8 CB 5D 30
Octal 11 223 352 140 45 0 10 313 135 60
Binary 1001 10010011 11101010 1100000 100101 0 1000 11001011 1011101 110000

Color Harmonies of #0993EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993EA

Black with #0993EA

Text Example


Text Example

White with #0993EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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