Html Css Color HEX #1885FF Dodger Blue

📋 copy color: '#1885FF'

red 24 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #1885FF

Tints of Dodger Blue #1885FF

RGB

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

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

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

R = 5.83%
G = 32.28%
B = 61.89%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1885FF (or 0x1885FF) is known color: Dodger Blue. HEX triplet: 18, 85 and FF. RGB value is (24,133,255). Sum of RGB (Red+Green+Blue) = 24+133+255=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #1885FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885FF is #E77A00. Grayscale: #717171. Windows color (decimal): -15170049 or 16745752. OLE color: 16745752.

HSL color Cylindrical-coordinate representation of color #1885FF: hue angle of 211.69º 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 #1885FF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 133 255 -
CMYK 0.91 0.48 0 0
HSL 211.69º 1% 0.55% -
HSV(B) 211.69º 0.91% 1% -
XYZ 26.81 24.19 97.86 -
YUV 114.32 207.39 63.58 -
System Red Green Blue C M Y K H S L
Decimal 24 133 255 0.91 0.48 0 0 211.69 1 0.55
Hex 18 85 FF 5B 30 0 0 D4 64 37
Octal 30 205 377 133 60 0 0 324 144 67
Binary 11000 10000101 11111111 1011011 110000 0 0 11010100 1100100 110111

Color Harmonies of #1885FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885FF

Black with #1885FF

Text Example


Text Example

White with #1885FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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