Html Css Color HEX #1885EF Dodger Blue

📋 copy color: '#1885EF'

red 24 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #1885EF

Tints of Dodger Blue #1885EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 6.06%
G = 33.59%
B = 60.35%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1885EF (or 0x1885EF) is known color: Dodger Blue. HEX triplet: 18, 85 and EF. RGB value is (24,133,239). Sum of RGB (Red+Green+Blue) = 24+133+239=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #1885EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885EF is #E77A10. Grayscale: #6F6F6F. Windows color (decimal): -15170065 or 15697176. OLE color: 15697176.

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

Color convert

RGB 24 133 239 -
CMYK 0.90 0.44 0 0.06
HSL 209.58º 0.87% 0.52% -
HSV(B) 209.58º 0.9% 0.94% -
XYZ 24.34 23.2 84.86 -
YUV 112.49 199.39 64.88 -
System Red Green Blue C M Y K H S L
Decimal 24 133 239 0.90 0.44 0 0.06 209.58 0.87 0.52
Hex 18 85 EF 5A 2C 0 6 D2 57 34
Octal 30 205 357 132 54 0 6 322 127 64
Binary 11000 10000101 11101111 1011010 101100 0 110 11010010 1010111 110100

Color Harmonies of #1885EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885EF

Black with #1885EF

Text Example


Text Example

White with #1885EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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