Html Css Color HEX #0890EE Dodger Blue

📋 copy color: '#0890EE'

red 8 ◦ green 144 ◦ blue 238

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

Shades of Dodger Blue #0890EE

Tints of Dodger Blue #0890EE

RGB

 RED value IS 8 (3.52% from 255) = 2.05%

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 2.05%
G = 36.92%
B = 61.03%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0890EE (or 0x0890EE) is known color: Dodger Blue. HEX triplet: 08, 90 and EE. RGB value is (8,144,238). Sum of RGB (Red+Green+Blue) = 8+144+238=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #0890EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0890EE is #F76F11. Grayscale: #717171. Windows color (decimal): -16215826 or 15634440. OLE color: 15634440.

HSL color Cylindrical-coordinate representation of color #0890EE: hue angle of 204.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0890EE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 144 238 -
CMYK 0.97 0.39 0 0.07
HSL 204.52º 0.93% 0.48% -
HSV(B) 204.52º 0.97% 0.93% -
XYZ 25.51 26.17 84.6 -
YUV 114.05 197.94 52.36 -
System Red Green Blue C M Y K H S L
Decimal 8 144 238 0.97 0.39 0 0.07 204.52 0.93 0.48
Hex 8 90 EE 61 27 0 7 CD 5D 30
Octal 10 220 356 141 47 0 7 315 135 60
Binary 1000 10010000 11101110 1100001 100111 0 111 11001101 1011101 110000

Color Harmonies of #0890EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0890EE

Black with #0890EE

Text Example


Text Example

White with #0890EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0890EE; }

 p { color: rgb(8,144,238); }

 H1.HeaderClassName
 {
   color: #0890EE;
 }
 .AnyTagClassName
 {
   color: #0890EE;
 }
</style>

background-color css

<style>
 a { background-color: #0890EE; }

 a { background-color: rgb(8,144,238); }

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

border-color css

<style>
 span { border-color: #0890EE; }

 span { border-color: rgb(8,144,238); }

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