Html Css Color HEX #180BF1 Blue

📋 copy color: '#180BF1'

red 24 ◦ green 11 ◦ blue 241

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

Shades of Blue #180BF1

Tints of Blue #180BF1

RGB

 RED value IS 24 (9.77% from 255) = 8.7%

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 241 (94.53% from 255) = 87.32%

R = 8.7%
G = 3.99%
B = 87.32%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#180BF1 (or 0x180BF1) is known color: Blue. HEX triplet: 18, 0B and F1. RGB value is (24,11,241). Sum of RGB (Red+Green+Blue) = 24+11+241=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 241 (94.53% from 255 or 87.32% from 276); Max value from RGB is 241 - color contains mainly: blue. Hex color #180BF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BF1 is #E7F40E. Grayscale: #282828. Windows color (decimal): -15201295 or 15797016. OLE color: 15797016.

HSL color Cylindrical-coordinate representation of color #180BF1: hue angle of 243.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BF1 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 11 241 -
CMYK 0.90 0.95 0 0.05
HSL 243.39º 0.91% 0.49% -
HSV(B) 243.39º 0.95% 0.95% -
XYZ 16.37 6.78 83.67 -
YUV 41.11 240.81 115.8 -
System Red Green Blue C M Y K H S L
Decimal 24 11 241 0.90 0.95 0 0.05 243.39 0.91 0.49
Hex 18 B F1 5A 5F 0 5 F3 5B 31
Octal 30 13 361 132 137 0 5 363 133 61
Binary 11000 1011 11110001 1011010 1011111 0 101 11110011 1011011 110001

Color Harmonies of #180BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BF1

Black with #180BF1

Text Example


Text Example

White with #180BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180BF1; }

 p { color: rgb(24,11,241); }

 H1.HeaderClassName
 {
   color: #180BF1;
 }
 .AnyTagClassName
 {
   color: #180BF1;
 }
</style>

background-color css

<style>
 a { background-color: #180BF1; }

 a { background-color: rgb(24,11,241); }

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

border-color css

<style>
 span { border-color: #180BF1; }

 span { border-color: rgb(24,11,241); }

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