Html Css Color HEX #1B8EFB Dodger Blue

📋 copy color: '#1B8EFB'

red 27 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #1B8EFB

Tints of Dodger Blue #1B8EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 6.43%
G = 33.81%
B = 59.76%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B8EFB (or 0x1B8EFB) is known color: Dodger Blue. HEX triplet: 1B, 8E and FB. RGB value is (27,142,251). Sum of RGB (Red+Green+Blue) = 27+142+251=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B8EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8EFB is #E47104. Grayscale: #777777. Windows color (decimal): -14971141 or 16485915. OLE color: 16485915.

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

Color convert

RGB 27 142 251 -
CMYK 0.89 0.43 0 0.02
HSL 209.2º 0.97% 0.55% -
HSV(B) 209.2º 0.89% 0.98% -
XYZ 27.54 26.54 94.94 -
YUV 120.04 201.9 61.64 -
System Red Green Blue C M Y K H S L
Decimal 27 142 251 0.89 0.43 0 0.02 209.2 0.97 0.55
Hex 1B 8E FB 59 2B 0 2 D1 61 37
Octal 33 216 373 131 53 0 2 321 141 67
Binary 11011 10001110 11111011 1011001 101011 0 10 11010001 1100001 110111

Color Harmonies of #1B8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8EFB

Black with #1B8EFB

Text Example


Text Example

White with #1B8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,142,251); }

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

background-color css

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

 a { background-color: rgb(27,142,251); }

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

border-color css

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

 span { border-color: rgb(27,142,251); }

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