#1B84F4

Color #1B84F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1B84F4

Tints of Dodger Blue #1B84F4

Color information

#1B84F4 (or 0x1B84F4) is unknown color: approx Dodger Blue. HEX triplet: 1B, 84 and F4. RGB value is (27,132,244). Sum of RGB (Red+Green+Blue) = 27+132+244=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #1B84F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B84F4 is #E47B0B. Grayscale: #707070. Windows color (decimal): -14973708 or 16024603. OLE color: 16024603.

HSL color Cylindrical-coordinate representation of color #1B84F4: hue angle of 210.97º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B84F4 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB27132244-
CMYK0.890.4600.04
HSL210.97º90.79%53.14%-
HSV(B)210.97º88.93%95.69%-
XYZ25.0323.2788.76-
YUV113.37201.7166.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.70%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 244 (95.70% from 255) = 60.55%
R=6.70%
G=32.75%
B=60.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal271322440.890.4600.04210.9790.7953.14
Hex1B84F4592E04d35b35
Octal33204364131560432313365
Binary11011100001001111010010110011011100100110100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,244); }

 H1.HeaderClassName
 {
   color: #1B84F4;
 }
 .AnyTagClassName
 {
   color: #1B84F4;
 }
</style>
background-color css

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

 a { background-color: rgb(27,132,244); }

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

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

 span { border-color: rgb(27,132,244); }

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