Html Css Color HEX #1870EF Dodger Blue

📋 copy color: '#1870EF'

red 24 ◦ green 112 ◦ blue 239

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

Shades of Dodger Blue #1870EF

Tints of Dodger Blue #1870EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 6.4%
G = 29.87%
B = 63.73%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1870EF (or 0x1870EF) is known color: Dodger Blue. HEX triplet: 18, 70 and EF. RGB value is (24,112,239). Sum of RGB (Red+Green+Blue) = 24+112+239=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1870EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1870EF is #E78F10. Grayscale: #636363. Windows color (decimal): -15175441 or 15691800. OLE color: 15691800.

HSL color Cylindrical-coordinate representation of color #1870EF: hue angle of 215.44º 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 #1870EF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 112 239 -
CMYK 0.90 0.53 0 0.06
HSL 215.44º 0.87% 0.52% -
HSV(B) 215.44º 0.9% 0.94% -
XYZ 21.75 18.01 83.99 -
YUV 100.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 24 112 239 0.90 0.53 0 0.06 215.44 0.87 0.52
Hex 18 70 EF 5A 35 0 6 D7 57 34
Octal 30 160 357 132 65 0 6 327 127 64
Binary 11000 1110000 11101111 1011010 110101 0 110 11010111 1010111 110100

Color Harmonies of #1870EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870EF

Black with #1870EF

Text Example


Text Example

White with #1870EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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