Html Css Color HEX #1888FF Dodger Blue

📋 copy color: '#1888FF'

red 24 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1888FF

Tints of Dodger Blue #1888FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 5.78%
G = 32.77%
B = 61.45%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1888FF (or 0x1888FF) is known color: Dodger Blue. HEX triplet: 18, 88 and FF. RGB value is (24,136,255). Sum of RGB (Red+Green+Blue) = 24+136+255=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #1888FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888FF is #E77700. Grayscale: #737373. Windows color (decimal): -15169281 or 16746520. OLE color: 16746520.

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

Color convert

RGB 24 136 255 -
CMYK 0.91 0.47 0 0
HSL 210.91º 1% 0.55% -
HSV(B) 210.91º 0.91% 1% -
XYZ 27.23 25.02 98 -
YUV 116.08 206.39 62.32 -
System Red Green Blue C M Y K H S L
Decimal 24 136 255 0.91 0.47 0 0 210.91 1 0.55
Hex 18 88 FF 5B 2F 0 0 D3 64 37
Octal 30 210 377 133 57 0 0 323 144 67
Binary 11000 10001000 11111111 1011011 101111 0 0 11010011 1100100 110111

Color Harmonies of #1888FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888FF

Black with #1888FF

Text Example


Text Example

White with #1888FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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