Html Css Color HEX #1B88FF Dodger Blue

📋 copy color: '#1B88FF'

red 27 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1B88FF

Tints of Dodger Blue #1B88FF

RGB

 RED value IS 27 (10.94% from 255) = 6.46%

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

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

R = 6.46%
G = 32.54%
B = 61%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B88FF (or 0x1B88FF) is known color: Dodger Blue. HEX triplet: 1B, 88 and FF. RGB value is (27,136,255). Sum of RGB (Red+Green+Blue) = 27+136+255=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B88FF is #E47700. Grayscale: #747474. Windows color (decimal): -14972673 or 16746523. OLE color: 16746523.

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

Color convert

RGB 27 136 255 -
CMYK 0.89 0.47 0 0
HSL 211.32º 1% 0.55% -
HSV(B) 211.32º 0.89% 1% -
XYZ 27.31 25.06 98.01 -
YUV 116.98 205.89 63.82 -
System Red Green Blue C M Y K H S L
Decimal 27 136 255 0.89 0.47 0 0 211.32 1 0.55
Hex 1B 88 FF 59 2F 0 0 D3 64 37
Octal 33 210 377 131 57 0 0 323 144 67
Binary 11011 10001000 11111111 1011001 101111 0 0 11010011 1100100 110111

Color Harmonies of #1B88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B88FF

Black with #1B88FF

Text Example


Text Example

White with #1B88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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