Html Css Color HEX #1B80FA Dodger Blue

📋 copy color: '#1B80FA'

red 27 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #1B80FA

Tints of Dodger Blue #1B80FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

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

R = 6.67%
G = 31.6%
B = 61.73%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B80FA (or 0x1B80FA) is known color: Dodger Blue. HEX triplet: 1B, 80 and FA. RGB value is (27,128,250). Sum of RGB (Red+Green+Blue) = 27+128+250=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B80FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B80FA is #E47F05. Grayscale: #6F6F6F. Windows color (decimal): -14974726 or 16416795. OLE color: 16416795.

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

Color convert

RGB 27 128 250 -
CMYK 0.89 0.49 0 0.02
HSL 212.83º 0.96% 0.54% -
HSV(B) 212.83º 0.89% 0.98% -
XYZ 25.43 22.57 93.46 -
YUV 111.71 206.04 67.58 -
System Red Green Blue C M Y K H S L
Decimal 27 128 250 0.89 0.49 0 0.02 212.83 0.96 0.54
Hex 1B 80 FA 59 31 0 2 D5 60 36
Octal 33 200 372 131 61 0 2 325 140 66
Binary 11011 10000000 11111010 1011001 110001 0 10 11010101 1100000 110110

Color Harmonies of #1B80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B80FA

Black with #1B80FA

Text Example


Text Example

White with #1B80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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