Html Css Color HEX #1BA6EB Dodger Blue

📋 copy color: '#1BA6EB'

red 27 ◦ green 166 ◦ blue 235

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

Shades of Dodger Blue #1BA6EB

Tints of Dodger Blue #1BA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 6.31%
G = 38.79%
B = 54.91%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BA6EB (or 0x1BA6EB) is known color: Dodger Blue. HEX triplet: 1B, A6 and EB. RGB value is (27,166,235). Sum of RGB (Red+Green+Blue) = 27+166+235=428 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.31% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BA6EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA6EB is #E45914. Grayscale: #838383. Windows color (decimal): -14965013 or 15443483. OLE color: 15443483.

HSL color Cylindrical-coordinate representation of color #1BA6EB: hue angle of 199.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA6EB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 166 235 -
CMYK 0.89 0.29 0 0.08
HSL 199.9º 0.84% 0.51% -
HSV(B) 199.9º 0.89% 0.92% -
XYZ 29.08 33.5 83.53 -
YUV 132.31 185.95 52.89 -
System Red Green Blue C M Y K H S L
Decimal 27 166 235 0.89 0.29 0 0.08 199.9 0.84 0.51
Hex 1B A6 EB 59 1D 0 8 C8 54 33
Octal 33 246 353 131 35 0 10 310 124 63
Binary 11011 10100110 11101011 1011001 11101 0 1000 11001000 1010100 110011

Color Harmonies of #1BA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA6EB

Black with #1BA6EB

Text Example


Text Example

White with #1BA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,166,235); }

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

background-color css

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

 a { background-color: rgb(27,166,235); }

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

border-color css

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

 span { border-color: rgb(27,166,235); }

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