Html Css Color HEX #1B90FF Dodger Blue

📋 copy color: '#1B90FF'

red 27 ◦ green 144 ◦ blue 255

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

Shades of Dodger Blue #1B90FF

Tints of Dodger Blue #1B90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 255 (100% from 255) = 59.86%

R = 6.34%
G = 33.8%
B = 59.86%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B90FF (or 0x1B90FF) is known color: Dodger Blue. HEX triplet: 1B, 90 and FF. RGB value is (27,144,255). Sum of RGB (Red+Green+Blue) = 27+144+255=426 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.34% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B90FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B90FF is #E46F00. Grayscale: #797979. Windows color (decimal): -14970625 or 16748571. OLE color: 16748571.

HSL color Cylindrical-coordinate representation of color #1B90FF: hue angle of 209.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B90FF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 144 255 -
CMYK 0.89 0.44 0 0
HSL 209.21º 1% 0.55% -
HSV(B) 209.21º 0.89% 1% -
XYZ 28.48 27.4 98.4 -
YUV 121.67 203.24 60.47 -
System Red Green Blue C M Y K H S L
Decimal 27 144 255 0.89 0.44 0 0 209.21 1 0.55
Hex 1B 90 FF 59 2C 0 0 D1 64 37
Octal 33 220 377 131 54 0 0 321 144 67
Binary 11011 10010000 11111111 1011001 101100 0 0 11010001 1100100 110111

Color Harmonies of #1B90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B90FF

Black with #1B90FF

Text Example


Text Example

White with #1B90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,144,255); }

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

background-color css

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

 a { background-color: rgb(27,144,255); }

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

border-color css

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

 span { border-color: rgb(27,144,255); }

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