Html Css Color HEX #1BA4EF Dodger Blue

📋 copy color: '#1BA4EF'

red 27 ◦ green 164 ◦ blue 239

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

Shades of Dodger Blue #1BA4EF

Tints of Dodger Blue #1BA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 6.28%
G = 38.14%
B = 55.58%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BA4EF (or 0x1BA4EF) is known color: Dodger Blue. HEX triplet: 1B, A4 and EF. RGB value is (27,164,239). Sum of RGB (Red+Green+Blue) = 27+164+239=430 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.28% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BA4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA4EF is #E45B10. Grayscale: #838383. Windows color (decimal): -14965521 or 15705115. OLE color: 15705115.

HSL color Cylindrical-coordinate representation of color #1BA4EF: hue angle of 201.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA4EF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 164 239 -
CMYK 0.89 0.31 0 0.06
HSL 201.23º 0.87% 0.52% -
HSV(B) 201.23º 0.89% 0.94% -
XYZ 29.31 33.02 86.49 -
YUV 131.59 188.61 53.4 -
System Red Green Blue C M Y K H S L
Decimal 27 164 239 0.89 0.31 0 0.06 201.23 0.87 0.52
Hex 1B A4 EF 59 1F 0 6 C9 57 34
Octal 33 244 357 131 37 0 6 311 127 64
Binary 11011 10100100 11101111 1011001 11111 0 110 11001001 1010111 110100

Color Harmonies of #1BA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA4EF

Black with #1BA4EF

Text Example


Text Example

White with #1BA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,164,239); }

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

background-color css

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

 a { background-color: rgb(27,164,239); }

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

border-color css

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

 span { border-color: rgb(27,164,239); }

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