Html Css Color HEX #280FF9 Blue

📋 copy color: '#280FF9'

red 40 ◦ green 15 ◦ blue 249

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

Shades of Blue #280FF9

Tints of Blue #280FF9

RGB

 RED value IS 40 (16.02% from 255) = 13.16%

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 249 (97.66% from 255) = 81.91%

R = 13.16%
G = 4.93%
B = 81.91%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#280FF9 (or 0x280FF9) is known color: Blue. HEX triplet: 28, 0F and F9. RGB value is (40,15,249). Sum of RGB (Red+Green+Blue) = 40+15+249=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 249 (97.66% from 255 or 81.91% from 304); Max value from RGB is 249 - color contains mainly: blue. Hex color #280FF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280FF9 is #D7F006. Grayscale: #303030. Windows color (decimal): -14151687 or 16322344. OLE color: 16322344.

HSL color Cylindrical-coordinate representation of color #280FF9: hue angle of 246.41º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280FF9 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 15 249 -
CMYK 0.84 0.94 0 0.02
HSL 246.41º 0.95% 0.52% -
HSV(B) 246.41º 0.94% 0.98% -
XYZ 18.14 7.63 90.14 -
YUV 49.15 240.78 121.47 -
System Red Green Blue C M Y K H S L
Decimal 40 15 249 0.84 0.94 0 0.02 246.41 0.95 0.52
Hex 28 F F9 54 5E 0 2 F6 5F 34
Octal 50 17 371 124 136 0 2 366 137 64
Binary 101000 1111 11111001 1010100 1011110 0 10 11110110 1011111 110100

Color Harmonies of #280FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FF9

Black with #280FF9

Text Example


Text Example

White with #280FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280FF9; }

 p { color: rgb(40,15,249); }

 H1.HeaderClassName
 {
   color: #280FF9;
 }
 .AnyTagClassName
 {
   color: #280FF9;
 }
</style>

background-color css

<style>
 a { background-color: #280FF9; }

 a { background-color: rgb(40,15,249); }

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

border-color css

<style>
 span { border-color: #280FF9; }

 span { border-color: rgb(40,15,249); }

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