Html Css Color HEX #261EDF Persian Blue

📋 copy color: '#261EDF'

red 38 ◦ green 30 ◦ blue 223

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

Shades of Persian Blue #261EDF

Tints of Persian Blue #261EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 223 (87.5% from 255) = 76.63%

R = 13.06%
G = 10.31%
B = 76.63%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#261EDF (or 0x261EDF) is known color: Persian Blue. HEX triplet: 26, 1E and DF. RGB value is (38,30,223). Sum of RGB (Red+Green+Blue) = 38+30+223=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #261EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EDF is #D9E120. Grayscale: #353535. Windows color (decimal): -14278945 or 14622246. OLE color: 14622246.

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

Color convert

RGB 38 30 223 -
CMYK 0.83 0.87 0 0.13
HSL 242.49º 0.76% 0.5% -
HSV(B) 242.49º 0.87% 0.87% -
XYZ 14.58 6.67 70.33 -
YUV 54.39 223.15 116.31 -
System Red Green Blue C M Y K H S L
Decimal 38 30 223 0.83 0.87 0 0.13 242.49 0.76 0.5
Hex 26 1E DF 53 57 0 D F2 4C 32
Octal 46 36 337 123 127 0 15 362 114 62
Binary 100110 11110 11011111 1010011 1010111 0 1101 11110010 1001100 110010

Color Harmonies of #261EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EDF

Black with #261EDF

Text Example


Text Example

White with #261EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,223); }

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

background-color css

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

 a { background-color: rgb(38,30,223); }

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

border-color css

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

 span { border-color: rgb(38,30,223); }

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