Html Css Color HEX #1890FF Dodger Blue

📋 copy color: '#1890FF'

red 24 ◦ green 144 ◦ blue 255

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

Shades of Dodger Blue #1890FF

Tints of Dodger Blue #1890FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.28%

R = 5.67%
G = 34.04%
B = 60.28%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1890FF (or 0x1890FF) is known color: Dodger Blue. HEX triplet: 18, 90 and FF. RGB value is (24,144,255). Sum of RGB (Red+Green+Blue) = 24+144+255=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #1890FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1890FF is #E76F00. Grayscale: #787878. Windows color (decimal): -15167233 or 16748568. OLE color: 16748568.

HSL color Cylindrical-coordinate representation of color #1890FF: hue angle of 208.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1890FF is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 144 255 -
CMYK 0.91 0.44 0 0
HSL 208.83º 1% 0.55% -
HSV(B) 208.83º 0.91% 1% -
XYZ 28.4 27.36 98.39 -
YUV 120.77 203.74 58.97 -
System Red Green Blue C M Y K H S L
Decimal 24 144 255 0.91 0.44 0 0 208.83 1 0.55
Hex 18 90 FF 5B 2C 0 0 D1 64 37
Octal 30 220 377 133 54 0 0 321 144 67
Binary 11000 10010000 11111111 1011011 101100 0 0 11010001 1100100 110111

Color Harmonies of #1890FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1890FF

Black with #1890FF

Text Example


Text Example

White with #1890FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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