Html Css Color HEX #1875EF Dodger Blue

📋 copy color: '#1875EF'

red 24 ◦ green 117 ◦ blue 239

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

Shades of Dodger Blue #1875EF

Tints of Dodger Blue #1875EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 6.32%
G = 30.79%
B = 62.89%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1875EF (or 0x1875EF) is known color: Dodger Blue. HEX triplet: 18, 75 and EF. RGB value is (24,117,239). Sum of RGB (Red+Green+Blue) = 24+117+239=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #1875EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875EF is #E78A10. Grayscale: #666666. Windows color (decimal): -15174161 or 15693080. OLE color: 15693080.

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

Color convert

RGB 24 117 239 -
CMYK 0.90 0.51 0 0.06
HSL 214.05º 0.87% 0.52% -
HSV(B) 214.05º 0.9% 0.94% -
XYZ 22.32 19.15 84.18 -
YUV 103.1 204.69 71.58 -
System Red Green Blue C M Y K H S L
Decimal 24 117 239 0.90 0.51 0 0.06 214.05 0.87 0.52
Hex 18 75 EF 5A 33 0 6 D6 57 34
Octal 30 165 357 132 63 0 6 326 127 64
Binary 11000 1110101 11101111 1011010 110011 0 110 11010110 1010111 110100

Color Harmonies of #1875EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875EF

Black with #1875EF

Text Example


Text Example

White with #1875EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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