Html Css Color HEX #1B8CFF Dodger Blue

📋 copy color: '#1B8CFF'

red 27 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #1B8CFF

Tints of Dodger Blue #1B8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 6.4%
G = 33.18%
B = 60.43%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B8CFF (or 0x1B8CFF) is known color: Dodger Blue. HEX triplet: 1B, 8C and FF. RGB value is (27,140,255). Sum of RGB (Red+Green+Blue) = 27+140+255=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 140 (55.08% from 255 or 33.18% 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 #1B8CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8CFF is #E47300. Grayscale: #767676. Windows color (decimal): -14971649 or 16747547. OLE color: 16747547.

HSL color Cylindrical-coordinate representation of color #1B8CFF: hue angle of 210.26º 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 #1B8CFF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 140 255 -
CMYK 0.89 0.45 0 0
HSL 210.26º 1% 0.55% -
HSV(B) 210.26º 0.89% 1% -
XYZ 27.88 26.21 98.2 -
YUV 119.32 204.56 62.15 -
System Red Green Blue C M Y K H S L
Decimal 27 140 255 0.89 0.45 0 0 210.26 1 0.55
Hex 1B 8C FF 59 2D 0 0 D2 64 37
Octal 33 214 377 131 55 0 0 322 144 67
Binary 11011 10001100 11111111 1011001 101101 0 0 11010010 1100100 110111

Color Harmonies of #1B8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8CFF

Black with #1B8CFF

Text Example


Text Example

White with #1B8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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