Html Css Color HEX #260DF9 Blue

📋 copy color: '#260DF9'

red 38 ◦ green 13 ◦ blue 249

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

Shades of Blue #260DF9

Tints of Blue #260DF9

RGB

 RED value IS 38 (15.23% from 255) = 12.67%

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 12.67%
G = 4.33%
B = 83%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#260DF9 (or 0x260DF9) is known color: Blue. HEX triplet: 26, 0D and F9. RGB value is (38,13,249). Sum of RGB (Red+Green+Blue) = 38+13+249=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #260DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260DF9 is #D9F206. Grayscale: #2E2E2E. Windows color (decimal): -14283271 or 16321830. OLE color: 16321830.

HSL color Cylindrical-coordinate representation of color #260DF9: hue angle of 246.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260DF9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 13 249 -
CMYK 0.85 0.95 0 0.02
HSL 246.36º 0.95% 0.51% -
HSV(B) 246.36º 0.95% 0.98% -
XYZ 18.04 7.54 90.13 -
YUV 47.38 241.78 121.31 -
System Red Green Blue C M Y K H S L
Decimal 38 13 249 0.85 0.95 0 0.02 246.36 0.95 0.51
Hex 26 D F9 55 5F 0 2 F6 5F 33
Octal 46 15 371 125 137 0 2 366 137 63
Binary 100110 1101 11111001 1010101 1011111 0 10 11110110 1011111 110011

Color Harmonies of #260DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260DF9

Black with #260DF9

Text Example


Text Example

White with #260DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260DF9; }

 p { color: rgb(38,13,249); }

 H1.HeaderClassName
 {
   color: #260DF9;
 }
 .AnyTagClassName
 {
   color: #260DF9;
 }
</style>

background-color css

<style>
 a { background-color: #260DF9; }

 a { background-color: rgb(38,13,249); }

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

border-color css

<style>
 span { border-color: #260DF9; }

 span { border-color: rgb(38,13,249); }

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