Html Css Color HEX #0890EC Dodger Blue

📋 copy color: '#0890EC'

red 8 ◦ green 144 ◦ blue 236

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

Shades of Dodger Blue #0890EC

Tints of Dodger Blue #0890EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 2.06%
G = 37.11%
B = 60.82%

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

#0890EC (or 0x0890EC) is known color: Dodger Blue. HEX triplet: 08, 90 and EC. RGB value is (8,144,236). Sum of RGB (Red+Green+Blue) = 8+144+236=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #0890EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0890EC is #F76F13. Grayscale: #717171. Windows color (decimal): -16215828 or 15503368. OLE color: 15503368.

HSL color Cylindrical-coordinate representation of color #0890EC: hue angle of 204.21º 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 #0890EC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 144 236 -
CMYK 0.97 0.39 0 0.07
HSL 204.21º 0.93% 0.48% -
HSV(B) 204.21º 0.97% 0.93% -
XYZ 25.21 26.05 83.06 -
YUV 113.82 196.94 52.52 -
System Red Green Blue C M Y K H S L
Decimal 8 144 236 0.97 0.39 0 0.07 204.21 0.93 0.48
Hex 8 90 EC 61 27 0 7 CC 5D 30
Octal 10 220 354 141 47 0 7 314 135 60
Binary 1000 10010000 11101100 1100001 100111 0 111 11001100 1011101 110000

Color Harmonies of #0890EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0890EC

Black with #0890EC

Text Example


Text Example

White with #0890EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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