Html Css Color HEX #0990EA Dodger Blue

📋 copy color: '#0990EA'

red 9 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #0990EA

Tints of Dodger Blue #0990EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 2.33%
G = 37.21%
B = 60.47%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0990EA (or 0x0990EA) is known color: Dodger Blue. HEX triplet: 09, 90 and EA. RGB value is (9,144,234). Sum of RGB (Red+Green+Blue) = 9+144+234=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0990EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0990EA is #F66F15. Grayscale: #717171. Windows color (decimal): -16150294 or 15372297. OLE color: 15372297.

HSL color Cylindrical-coordinate representation of color #0990EA: hue angle of 204º 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 #0990EA is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 144 234 -
CMYK 0.96 0.38 0 0.08
HSL 204º 0.93% 0.48% -
HSV(B) 204º 0.96% 0.92% -
XYZ 24.94 25.95 81.54 -
YUV 113.9 195.77 53.18 -
System Red Green Blue C M Y K H S L
Decimal 9 144 234 0.96 0.38 0 0.08 204 0.93 0.48
Hex 9 90 EA 60 26 0 8 CC 5D 30
Octal 11 220 352 140 46 0 10 314 135 60
Binary 1001 10010000 11101010 1100000 100110 0 1000 11001100 1011101 110000

Color Harmonies of #0990EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990EA

Black with #0990EA

Text Example


Text Example

White with #0990EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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