Html Css Color HEX #1BA0EB Dodger Blue

📋 copy color: '#1BA0EB'

red 27 ◦ green 160 ◦ blue 235

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

Shades of Dodger Blue #1BA0EB

Tints of Dodger Blue #1BA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

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

R = 6.4%
G = 37.91%
B = 55.69%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BA0EB (or 0x1BA0EB) is known color: Dodger Blue. HEX triplet: 1B, A0 and EB. RGB value is (27,160,235). Sum of RGB (Red+Green+Blue) = 27+160+235=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BA0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA0EB is #E45F14. Grayscale: #808080. Windows color (decimal): -14966549 or 15441947. OLE color: 15441947.

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

Color convert

RGB 27 160 235 -
CMYK 0.89 0.32 0 0.08
HSL 201.63º 0.84% 0.51% -
HSV(B) 201.63º 0.89% 0.92% -
XYZ 28.02 31.37 83.18 -
YUV 128.78 187.94 55.4 -
System Red Green Blue C M Y K H S L
Decimal 27 160 235 0.89 0.32 0 0.08 201.63 0.84 0.51
Hex 1B A0 EB 59 20 0 8 CA 54 33
Octal 33 240 353 131 40 0 10 312 124 63
Binary 11011 10100000 11101011 1011001 100000 0 1000 11001010 1010100 110011

Color Harmonies of #1BA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA0EB

Black with #1BA0EB

Text Example


Text Example

White with #1BA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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