Html Css Color HEX #1B9EFA Dodger Blue

📋 copy color: '#1B9EFA'

red 27 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #1B9EFA

Tints of Dodger Blue #1B9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 6.21%
G = 36.32%
B = 57.47%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B9EFA (or 0x1B9EFA) is known color: Dodger Blue. HEX triplet: 1B, 9E and FA. RGB value is (27,158,250). Sum of RGB (Red+Green+Blue) = 27+158+250=435 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.21% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B9EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9EFA is #E46105. Grayscale: #808080. Windows color (decimal): -14967046 or 16424475. OLE color: 16424475.

HSL color Cylindrical-coordinate representation of color #1B9EFA: hue angle of 204.75º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9EFA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 158 250 -
CMYK 0.89 0.37 0 0.02
HSL 204.75º 0.96% 0.54% -
HSV(B) 204.75º 0.89% 0.98% -
XYZ 29.93 31.59 94.96 -
YUV 129.32 196.1 55.02 -
System Red Green Blue C M Y K H S L
Decimal 27 158 250 0.89 0.37 0 0.02 204.75 0.96 0.54
Hex 1B 9E FA 59 25 0 2 CD 60 36
Octal 33 236 372 131 45 0 2 315 140 66
Binary 11011 10011110 11111010 1011001 100101 0 10 11001101 1100000 110110

Color Harmonies of #1B9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9EFA

Black with #1B9EFA

Text Example


Text Example

White with #1B9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,158,250); }

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

background-color css

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

 a { background-color: rgb(27,158,250); }

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

border-color css

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

 span { border-color: rgb(27,158,250); }

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