Html Css Color HEX #180BF0 Blue

📋 copy color: '#180BF0'

red 24 ◦ green 11 ◦ blue 240

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

Shades of Blue #180BF0

Tints of Blue #180BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 87.27%

R = 8.73%
G = 4%
B = 87.27%

CMYK

 C value IS 0.9

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#180BF0 (or 0x180BF0) is known color: Blue. HEX triplet: 18, 0B and F0. RGB value is (24,11,240). Sum of RGB (Red+Green+Blue) = 24+11+240=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 240 (94.14% from 255 or 87.27% from 275); Max value from RGB is 240 - color contains mainly: blue. Hex color #180BF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BF0 is #E7F40F. Grayscale: #282828. Windows color (decimal): -15201296 or 15731480. OLE color: 15731480.

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

Color convert

RGB 24 11 240 -
CMYK 0.9 0.95 0 0.06
HSL 243.41º 0.91% 0.49% -
HSV(B) 243.41º 0.95% 0.94% -
XYZ 16.22 6.72 82.88 -
YUV 40.99 240.31 115.88 -
System Red Green Blue C M Y K H S L
Decimal 24 11 240 0.9 0.95 0 0.06 243.41 0.91 0.49
Hex 18 B F0 5A 5F 0 6 F3 5B 31
Octal 30 13 360 132 137 0 6 363 133 61
Binary 11000 1011 11110000 1011010 1011111 0 110 11110011 1011011 110001

Color Harmonies of #180BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BF0

Black with #180BF0

Text Example


Text Example

White with #180BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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