#2908FA

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

Shades of Blue #2908FA

Tints of Blue #2908FA

Color information

#2908FA (or 0x2908FA) is unknown color: approx Blue. HEX triplet: 29, 08 and FA. RGB value is (41,8,250). Sum of RGB (Red+Green+Blue) = 41+8+250=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #2908FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2908FA is #D6F705. Grayscale: #2C2C2C. Windows color (decimal): -14087942 or 16386089. OLE color: 16386089.

HSL color Cylindrical-coordinate representation of color #2908FA: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2908FA is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB418250-
CMYK0.840.9700.02
HSL248.18º96.03%50.59%-
HSV(B)248.18º96.8%98.04%-
XYZ18.267.5590.94-
YUV45.46243.43124.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 250 (98.05% from 255) = 83.61%
R=13.71%
G=2.68%
B=83.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4182500.840.9700.02248.1896.0350.59
Hex298FA546102f86033
Octal51103721241410237014063
Binary10100110001111101010101001100001010111110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2908FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2908FA; }

 p { color: rgb(41,8,250); }

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

<style>
 a { background-color: #2908FA; }

 a { background-color: rgb(41,8,250); }

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

<style>
 span { border-color: #2908FA; }

 span { border-color: rgb(41,8,250); }

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