Html Css Color HEX #260FDD Medium Blue

📋 copy color: '#260FDD'

red 38 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #260FDD

Tints of Medium Blue #260FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.66%

R = 13.87%
G = 5.47%
B = 80.66%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#260FDD (or 0x260FDD) is known color: Medium Blue. HEX triplet: 26, 0F and DD. RGB value is (38,15,221). Sum of RGB (Red+Green+Blue) = 38+15+221=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #260FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FDD is #D9F022. Grayscale: #2C2C2C. Windows color (decimal): -14282787 or 14487334. OLE color: 14487334.

HSL color Cylindrical-coordinate representation of color #260FDD: hue angle of 246.7º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260FDD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 15 221 -
CMYK 0.83 0.93 0 0.13
HSL 246.7º 0.87% 0.46% -
HSV(B) 246.7º 0.93% 0.87% -
XYZ 14.02 5.97 68.82 -
YUV 45.36 227.12 122.75 -
System Red Green Blue C M Y K H S L
Decimal 38 15 221 0.83 0.93 0 0.13 246.7 0.87 0.46
Hex 26 F DD 53 5D 0 D F7 57 2E
Octal 46 17 335 123 135 0 15 367 127 56
Binary 100110 1111 11011101 1010011 1011101 0 1101 11110111 1010111 101110

Color Harmonies of #260FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260FDD

Black with #260FDD

Text Example


Text Example

White with #260FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,15,221); }

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

background-color css

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

 a { background-color: rgb(38,15,221); }

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

border-color css

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

 span { border-color: rgb(38,15,221); }

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