Html Css Color HEX #0090EB Dodger Blue

📋 copy color: '#0090EB'

red 0 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #0090EB

Tints of Dodger Blue #0090EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 0%
G = 37.99%
B = 62.01%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0090EB (or 0x0090EB) is known color: Dodger Blue. HEX triplet: 00, 90 and EB. RGB value is (0,144,235). Sum of RGB (Red+Green+Blue) = 0+144+235=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #0090EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090EB is #FF6F14. Grayscale: #6E6E6E. Windows color (decimal): -16740117 or 15437824. OLE color: 15437824.

HSL color Cylindrical-coordinate representation of color #0090EB: hue angle of 203.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090EB is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 144 235 -
CMYK 1 0.39 0 0.08
HSL 203.23º 1% 0.46% -
HSV(B) 203.23º 1% 0.92% -
XYZ 24.97 25.94 82.29 -
YUV 111.32 197.79 48.6 -
System Red Green Blue C M Y K H S L
Decimal 0 144 235 1 0.39 0 0.08 203.23 1 0.46
Hex 0 90 EB 64 27 0 8 CB 64 2E
Octal 0 220 353 144 47 0 10 313 144 56
Binary 0 10010000 11101011 1100100 100111 0 1000 11001011 1100100 101110

Color Harmonies of #0090EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0090EB

Black with #0090EB

Text Example


Text Example

White with #0090EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0090EB; }

 p { color: rgb(0,144,235); }

 H1.HeaderClassName
 {
   color: #0090EB;
 }
 .AnyTagClassName
 {
   color: #0090EB;
 }
</style>

background-color css

<style>
 a { background-color: #0090EB; }

 a { background-color: rgb(0,144,235); }

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

border-color css

<style>
 span { border-color: #0090EB; }

 span { border-color: rgb(0,144,235); }

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