Html Css Color HEX #1B84FF Dodger Blue

📋 copy color: '#1B84FF'

red 27 ◦ green 132 ◦ blue 255

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

Shades of Dodger Blue #1B84FF

Tints of Dodger Blue #1B84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

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

R = 6.52%
G = 31.88%
B = 61.59%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B84FF (or 0x1B84FF) is known color: Dodger Blue. HEX triplet: 1B, 84 and FF. RGB value is (27,132,255). Sum of RGB (Red+Green+Blue) = 27+132+255=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B84FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B84FF is #E47B00. Grayscale: #727272. Windows color (decimal): -14973697 or 16745499. OLE color: 16745499.

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

Color convert

RGB 27 132 255 -
CMYK 0.89 0.48 0 0
HSL 212.37º 1% 0.55% -
HSV(B) 212.37º 0.89% 1% -
XYZ 26.75 23.96 97.82 -
YUV 114.63 207.21 65.5 -
System Red Green Blue C M Y K H S L
Decimal 27 132 255 0.89 0.48 0 0 212.37 1 0.55
Hex 1B 84 FF 59 30 0 0 D4 64 37
Octal 33 204 377 131 60 0 0 324 144 67
Binary 11011 10000100 11111111 1011001 110000 0 0 11010100 1100100 110111

Color Harmonies of #1B84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B84FF

Black with #1B84FF

Text Example


Text Example

White with #1B84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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