Html Css Color HEX #1BA3EA Dodger Blue

📋 copy color: '#1BA3EA'

red 27 ◦ green 163 ◦ blue 234

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

Shades of Dodger Blue #1BA3EA

Tints of Dodger Blue #1BA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 6.37%
G = 38.44%
B = 55.19%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BA3EA (or 0x1BA3EA) is known color: Dodger Blue. HEX triplet: 1B, A3 and EA. RGB value is (27,163,234). Sum of RGB (Red+Green+Blue) = 27+163+234=424 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.37% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BA3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA3EA is #E45C15. Grayscale: #828282. Windows color (decimal): -14965782 or 15377179. OLE color: 15377179.

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

Color convert

RGB 27 163 234 -
CMYK 0.88 0.30 0 0.08
HSL 200.58º 0.83% 0.51% -
HSV(B) 200.58º 0.88% 0.92% -
XYZ 28.4 32.37 82.59 -
YUV 130.43 186.44 54.23 -
System Red Green Blue C M Y K H S L
Decimal 27 163 234 0.88 0.30 0 0.08 200.58 0.83 0.51
Hex 1B A3 EA 58 1E 0 8 C9 53 33
Octal 33 243 352 130 36 0 10 311 123 63
Binary 11011 10100011 11101010 1011000 11110 0 1000 11001001 1010011 110011

Color Harmonies of #1BA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA3EA

Black with #1BA3EA

Text Example


Text Example

White with #1BA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,163,234); }

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

background-color css

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

 a { background-color: rgb(27,163,234); }

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

border-color css

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

 span { border-color: rgb(27,163,234); }

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