Html Css Color HEX #1B8CFC Dodger Blue

📋 copy color: '#1B8CFC'

red 27 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #1B8CFC

Tints of Dodger Blue #1B8CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 6.44%
G = 33.41%
B = 60.14%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B8CFC (or 0x1B8CFC) is known color: Dodger Blue. HEX triplet: 1B, 8C and FC. RGB value is (27,140,252). Sum of RGB (Red+Green+Blue) = 27+140+252=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B8CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8CFC is #E47303. Grayscale: #767676. Windows color (decimal): -14971652 or 16550939. OLE color: 16550939.

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

Color convert

RGB 27 140 252 -
CMYK 0.89 0.44 0 0.01
HSL 209.87º 0.97% 0.55% -
HSV(B) 209.87º 0.89% 0.99% -
XYZ 27.4 26.02 95.67 -
YUV 118.98 203.06 62.39 -
System Red Green Blue C M Y K H S L
Decimal 27 140 252 0.89 0.44 0 0.01 209.87 0.97 0.55
Hex 1B 8C FC 59 2C 0 1 D2 61 37
Octal 33 214 374 131 54 0 1 322 141 67
Binary 11011 10001100 11111100 1011001 101100 0 1 11010010 1100001 110111

Color Harmonies of #1B8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8CFC

Black with #1B8CFC

Text Example


Text Example

White with #1B8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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