Html Css Color HEX #1BA5EB Dodger Blue

📋 copy color: '#1BA5EB'

red 27 ◦ green 165 ◦ blue 235

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

Shades of Dodger Blue #1BA5EB

Tints of Dodger Blue #1BA5EB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 6.32%
G = 38.64%
B = 55.04%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BA5EB (or 0x1BA5EB) is known color: Dodger Blue. HEX triplet: 1B, A5 and EB. RGB value is (27,165,235). Sum of RGB (Red+Green+Blue) = 27+165+235=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BA5EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA5EB is #E45A14. Grayscale: #838383. Windows color (decimal): -14965269 or 15443227. OLE color: 15443227.

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

Color convert

RGB 27 165 235 -
CMYK 0.89 0.30 0 0.08
HSL 200.19º 0.84% 0.51% -
HSV(B) 200.19º 0.89% 0.92% -
XYZ 28.9 33.14 83.47 -
YUV 131.72 186.28 53.31 -
System Red Green Blue C M Y K H S L
Decimal 27 165 235 0.89 0.30 0 0.08 200.19 0.84 0.51
Hex 1B A5 EB 59 1E 0 8 C8 54 33
Octal 33 245 353 131 36 0 10 310 124 63
Binary 11011 10100101 11101011 1011001 11110 0 1000 11001000 1010100 110011

Color Harmonies of #1BA5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA5EB

Black with #1BA5EB

Text Example


Text Example

White with #1BA5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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