Html Css Color HEX #0090EF Dodger Blue

📋 copy color: '#0090EF'

red 0 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #0090EF

Tints of Dodger Blue #0090EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 0%
G = 37.6%
B = 62.4%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0090EF (or 0x0090EF) is known color: Dodger Blue. HEX triplet: 00, 90 and EF. RGB value is (0,144,239). Sum of RGB (Red+Green+Blue) = 0+144+239=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #0090EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090EF is #FF6F10. Grayscale: #6F6F6F. Windows color (decimal): -16740113 or 15699968. OLE color: 15699968.

HSL color Cylindrical-coordinate representation of color #0090EF: hue angle of 203.85º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090EF is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 144 239 -
CMYK 1 0.40 0 0.06
HSL 203.85º 1% 0.47% -
HSV(B) 203.85º 1% 0.94% -
XYZ 25.55 26.18 85.37 -
YUV 111.77 199.79 48.28 -
System Red Green Blue C M Y K H S L
Decimal 0 144 239 1 0.40 0 0.06 203.85 1 0.47
Hex 0 90 EF 64 28 0 6 CC 64 2F
Octal 0 220 357 144 50 0 6 314 144 57
Binary 0 10010000 11101111 1100100 101000 0 110 11001100 1100100 101111

Color Harmonies of #0090EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0090EF

Black with #0090EF

Text Example


Text Example

White with #0090EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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