Html Css Color HEX #1F88FF Dodger Blue

📋 copy color: '#1F88FF'

red 31 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1F88FF

Tints of Dodger Blue #1F88FF

RGB

 RED value IS 31 (12.5% from 255) = 7.35%

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

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

R = 7.35%
G = 32.23%
B = 60.43%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F88FF (or 0x1F88FF) is known color: Dodger Blue. HEX triplet: 1F, 88 and FF. RGB value is (31,136,255). Sum of RGB (Red+Green+Blue) = 31+136+255=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F88FF is #E07700. Grayscale: #757575. Windows color (decimal): -14710529 or 16746527. OLE color: 16746527.

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

Color convert

RGB 31 136 255 -
CMYK 0.88 0.47 0 0
HSL 211.88º 1% 0.56% -
HSV(B) 211.88º 0.88% 1% -
XYZ 27.42 25.12 98.01 -
YUV 118.17 205.21 65.82 -
System Red Green Blue C M Y K H S L
Decimal 31 136 255 0.88 0.47 0 0 211.88 1 0.56
Hex 1F 88 FF 58 2F 0 0 D4 64 38
Octal 37 210 377 130 57 0 0 324 144 70
Binary 11111 10001000 11111111 1011000 101111 0 0 11010100 1100100 111000

Color Harmonies of #1F88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F88FF

Black with #1F88FF

Text Example


Text Example

White with #1F88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F88FF; }

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

 H1.HeaderClassName
 {
   color: #1F88FF;
 }
 .AnyTagClassName
 {
   color: #1F88FF;
 }
</style>

background-color css

<style>
 a { background-color: #1F88FF; }

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

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

border-color css

<style>
 span { border-color: #1F88FF; }

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

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