Html Css Color HEX #1890EF Dodger Blue

📋 copy color: '#1890EF'

red 24 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #1890EF

Tints of Dodger Blue #1890EF

RGB

 RED value IS 24 (9.77% from 255) = 5.9%

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

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

R = 5.9%
G = 35.38%
B = 58.72%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1890EF (or 0x1890EF) is known color: Dodger Blue. HEX triplet: 18, 90 and EF. RGB value is (24,144,239). Sum of RGB (Red+Green+Blue) = 24+144+239=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #1890EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1890EF is #E76F10. Grayscale: #767676. Windows color (decimal): -15167249 or 15699992. OLE color: 15699992.

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

Color convert

RGB 24 144 239 -
CMYK 0.90 0.40 0 0.06
HSL 206.51º 0.87% 0.52% -
HSV(B) 206.51º 0.9% 0.94% -
XYZ 25.93 26.37 85.39 -
YUV 118.95 195.74 60.28 -
System Red Green Blue C M Y K H S L
Decimal 24 144 239 0.90 0.40 0 0.06 206.51 0.87 0.52
Hex 18 90 EF 5A 28 0 6 CF 57 34
Octal 30 220 357 132 50 0 6 317 127 64
Binary 11000 10010000 11101111 1011010 101000 0 110 11001111 1010111 110100

Color Harmonies of #1890EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1890EF

Black with #1890EF

Text Example


Text Example

White with #1890EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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