Html Css Color HEX #1F26DD Persian Blue

📋 copy color: '#1F26DD'

red 31 ◦ green 38 ◦ blue 221

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

Shades of Persian Blue #1F26DD

Tints of Persian Blue #1F26DD

RGB

 RED value IS 31 (12.5% from 255) = 10.69%

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 10.69%
G = 13.1%
B = 76.21%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F26DD (or 0x1F26DD) is known color: Persian Blue. HEX triplet: 1F, 26 and DD. RGB value is (31,38,221). Sum of RGB (Red+Green+Blue) = 31+38+221=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F26DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F26DD is #E0D922. Grayscale: #383838. Windows color (decimal): -14735651 or 14493215. OLE color: 14493215.

HSL color Cylindrical-coordinate representation of color #1F26DD: hue angle of 237.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F26DD is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 38 221 -
CMYK 0.86 0.83 0 0.13
HSL 237.79º 0.75% 0.49% -
HSV(B) 237.79º 0.86% 0.87% -
XYZ 14.31 6.9 68.98 -
YUV 56.77 220.68 109.62 -
System Red Green Blue C M Y K H S L
Decimal 31 38 221 0.86 0.83 0 0.13 237.79 0.75 0.49
Hex 1F 26 DD 56 53 0 D EE 4B 31
Octal 37 46 335 126 123 0 15 356 113 61
Binary 11111 100110 11011101 1010110 1010011 0 1101 11101110 1001011 110001

Color Harmonies of #1F26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F26DD

Black with #1F26DD

Text Example


Text Example

White with #1F26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F26DD; }

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

 H1.HeaderClassName
 {
   color: #1F26DD;
 }
 .AnyTagClassName
 {
   color: #1F26DD;
 }
</style>

background-color css

<style>
 a { background-color: #1F26DD; }

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

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

border-color css

<style>
 span { border-color: #1F26DD; }

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

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