Html Css Color HEX #1F2FDA Persian Blue

📋 copy color: '#1F2FDA'

red 31 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #1F2FDA

Tints of Persian Blue #1F2FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 10.47%
G = 15.88%
B = 73.65%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F2FDA (or 0x1F2FDA) is known color: Persian Blue. HEX triplet: 1F, 2F and DA. RGB value is (31,47,218). Sum of RGB (Red+Green+Blue) = 31+47+218=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F2FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FDA is #E0D025. Grayscale: #3D3D3D. Windows color (decimal): -14733350 or 14298911. OLE color: 14298911.

HSL color Cylindrical-coordinate representation of color #1F2FDA: hue angle of 234.87º 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 #1F2FDA is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 47 218 -
CMYK 0.86 0.78 0 0.15
HSL 234.87º 0.75% 0.49% -
HSV(B) 234.87º 0.86% 0.85% -
XYZ 14.24 7.39 67.01 -
YUV 61.71 216.2 106.1 -
System Red Green Blue C M Y K H S L
Decimal 31 47 218 0.86 0.78 0 0.15 234.87 0.75 0.49
Hex 1F 2F DA 56 4E 0 F EB 4B 31
Octal 37 57 332 126 116 0 17 353 113 61
Binary 11111 101111 11011010 1010110 1001110 0 1111 11101011 1001011 110001

Color Harmonies of #1F2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2FDA

Black with #1F2FDA

Text Example


Text Example

White with #1F2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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