Html Css Color HEX #1988FF Dodger Blue

📋 copy color: '#1988FF'

red 25 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1988FF

Tints of Dodger Blue #1988FF

RGB

 RED value IS 25 (10.16% from 255) = 6.01%

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

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

R = 6.01%
G = 32.69%
B = 61.3%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1988FF (or 0x1988FF) is known color: Dodger Blue. HEX triplet: 19, 88 and FF. RGB value is (25,136,255). Sum of RGB (Red+Green+Blue) = 25+136+255=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1988FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988FF is #E67700. Grayscale: #737373. Windows color (decimal): -15103745 or 16746521. OLE color: 16746521.

HSL color Cylindrical-coordinate representation of color #1988FF: hue angle of 211.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1988FF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 136 255 -
CMYK 0.90 0.47 0 0
HSL 211.04º 1% 0.55% -
HSV(B) 211.04º 0.9% 1% -
XYZ 27.26 25.03 98 -
YUV 116.38 206.23 62.82 -
System Red Green Blue C M Y K H S L
Decimal 25 136 255 0.90 0.47 0 0 211.04 1 0.55
Hex 19 88 FF 5A 2F 0 0 D3 64 37
Octal 31 210 377 132 57 0 0 323 144 67
Binary 11001 10001000 11111111 1011010 101111 0 0 11010011 1100100 110111

Color Harmonies of #1988FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988FF

Black with #1988FF

Text Example


Text Example

White with #1988FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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