#1B02F4

Color #1B02F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1B02F4

Tints of Blue #1B02F4

Color information

#1B02F4 (or 0x1B02F4) is unknown color: approx Blue. HEX triplet: 1B, 02 and F4. RGB value is (27,2,244). Sum of RGB (Red+Green+Blue) = 27+2+244=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 244 (95.70% from 255 or 89.38% from 273); Max value from RGB is 244 - color contains mainly: blue. Hex color #1B02F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B02F4 is #E4FD0B. Grayscale: #242424. Windows color (decimal): -15006988 or 15991323. OLE color: 15991323.

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

Color convert

RGB272244-
CMYK0.890.9900.04
HSL246.2º98.37%48.24%-
HSV(B)246.2º99.18%95.69%-
XYZ16.86.8186.02-
YUV37.06244.78120.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 244 (95.70% from 255) = 89.38%
R=9.89%
G=0.73%
B=89.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2722440.890.9900.04246.298.3748.24
Hex1B2F4596304f66230
Octal3323641311430436614260
Binary110111011110100101100111000110100111101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,244); }

 H1.HeaderClassName
 {
   color: #1B02F4;
 }
 .AnyTagClassName
 {
   color: #1B02F4;
 }
</style>
background-color css

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

 a { background-color: rgb(27,2,244); }

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

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

 span { border-color: rgb(27,2,244); }

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