Html Css Color HEX #261BD0 Persian Blue

📋 copy color: '#261BD0'

red 38 ◦ green 27 ◦ blue 208

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

Shades of Persian Blue #261BD0

Tints of Persian Blue #261BD0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

 BLUE value IS 208 (81.64% from 255) = 76.19%

R = 13.92%
G = 9.89%
B = 76.19%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#261BD0 (or 0x261BD0) is known color: Persian Blue. HEX triplet: 26, 1B and D0. RGB value is (38,27,208). Sum of RGB (Red+Green+Blue) = 38+27+208=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 208 (81.64% from 255 or 76.19% from 273); Max value from RGB is 208 - color contains mainly: blue. Hex color #261BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BD0 is #D9E42F. Grayscale: #323232. Windows color (decimal): -14279728 or 13638438. OLE color: 13638438.

HSL color Cylindrical-coordinate representation of color #261BD0: hue angle of 243.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BD0 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 27 208 -
CMYK 0.82 0.87 0 0.18
HSL 243.65º 0.77% 0.46% -
HSV(B) 243.65º 0.87% 0.82% -
XYZ 12.58 5.75 60.12 -
YUV 50.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 38 27 208 0.82 0.87 0 0.18 243.65 0.77 0.46
Hex 26 1B D0 52 57 0 12 F4 4D 2E
Octal 46 33 320 122 127 0 22 364 115 56
Binary 100110 11011 11010000 1010010 1010111 0 10010 11110100 1001101 101110

Color Harmonies of #261BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BD0

Black with #261BD0

Text Example


Text Example

White with #261BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261BD0; }

 p { color: rgb(38,27,208); }

 H1.HeaderClassName
 {
   color: #261BD0;
 }
 .AnyTagClassName
 {
   color: #261BD0;
 }
</style>

background-color css

<style>
 a { background-color: #261BD0; }

 a { background-color: rgb(38,27,208); }

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

border-color css

<style>
 span { border-color: #261BD0; }

 span { border-color: rgb(38,27,208); }

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