Html Css Color HEX #1B9AFF Dodger Blue

📋 copy color: '#1B9AFF'

red 27 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #1B9AFF

Tints of Dodger Blue #1B9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

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

R = 6.19%
G = 35.32%
B = 58.49%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B9AFF (or 0x1B9AFF) is known color: Dodger Blue. HEX triplet: 1B, 9A and FF. RGB value is (27,154,255). Sum of RGB (Red+Green+Blue) = 27+154+255=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9AFF is #E46500. Grayscale: #7F7F7F. Windows color (decimal): -14968065 or 16751131. OLE color: 16751131.

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

Color convert

RGB 27 154 255 -
CMYK 0.89 0.40 0 0
HSL 206.58º 1% 0.55% -
HSV(B) 206.58º 0.89% 1% -
XYZ 30.06 30.56 98.92 -
YUV 127.54 199.92 56.29 -
System Red Green Blue C M Y K H S L
Decimal 27 154 255 0.89 0.40 0 0 206.58 1 0.55
Hex 1B 9A FF 59 28 0 0 CF 64 37
Octal 33 232 377 131 50 0 0 317 144 67
Binary 11011 10011010 11111111 1011001 101000 0 0 11001111 1100100 110111

Color Harmonies of #1B9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9AFF

Black with #1B9AFF

Text Example


Text Example

White with #1B9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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