Html Css Color HEX #1F44DA Persian Blue

📋 copy color: '#1F44DA'

red 31 ◦ green 68 ◦ blue 218

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

Shades of Persian Blue #1F44DA

Tints of Persian Blue #1F44DA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 9.78%
G = 21.45%
B = 68.77%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F44DA (or 0x1F44DA) is known color: Persian Blue. HEX triplet: 1F, 44 and DA. RGB value is (31,68,218). Sum of RGB (Red+Green+Blue) = 31+68+218=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F44DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44DA is #E0BB25. Grayscale: #494949. Windows color (decimal): -14727974 or 14304287. OLE color: 14304287.

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

Color convert

RGB 31 68 218 -
CMYK 0.86 0.69 0 0.15
HSL 228.13º 0.75% 0.49% -
HSV(B) 228.13º 0.86% 0.85% -
XYZ 15.29 9.49 67.36 -
YUV 74.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 31 68 218 0.86 0.69 0 0.15 228.13 0.75 0.49
Hex 1F 44 DA 56 45 0 F E4 4B 31
Octal 37 104 332 126 105 0 17 344 113 61
Binary 11111 1000100 11011010 1010110 1000101 0 1111 11100100 1001011 110001

Color Harmonies of #1F44DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F44DA

Black with #1F44DA

Text Example


Text Example

White with #1F44DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,218); }

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

background-color css

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

 a { background-color: rgb(31,68,218); }

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

border-color css

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

 span { border-color: rgb(31,68,218); }

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