Html Css Color HEX #1F09DE Medium Blue

📋 copy color: '#1F09DE'

red 31 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #1F09DE

Tints of Medium Blue #1F09DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 222 (87.11% from 255) = 84.73%

R = 11.83%
G = 3.44%
B = 84.73%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F09DE (or 0x1F09DE) is known color: Medium Blue. HEX triplet: 1F, 09 and DE. RGB value is (31,9,222). Sum of RGB (Red+Green+Blue) = 31+9+222=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F09DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09DE is #E0F621. Grayscale: #272727. Windows color (decimal): -14743074 or 14551327. OLE color: 14551327.

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

Color convert

RGB 31 9 222 -
CMYK 0.86 0.96 0 0.13
HSL 246.2º 0.92% 0.45% -
HSV(B) 246.2º 0.96% 0.87% -
XYZ 13.85 5.76 69.49 -
YUV 39.86 230.79 121.68 -
System Red Green Blue C M Y K H S L
Decimal 31 9 222 0.86 0.96 0 0.13 246.2 0.92 0.45
Hex 1F 9 DE 56 60 0 D F6 5C 2D
Octal 37 11 336 126 140 0 15 366 134 55
Binary 11111 1001 11011110 1010110 1100000 0 1101 11110110 1011100 101101

Color Harmonies of #1F09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09DE

Black with #1F09DE

Text Example


Text Example

White with #1F09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,9,222); }

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

background-color css

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

 a { background-color: rgb(31,9,222); }

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

border-color css

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

 span { border-color: rgb(31,9,222); }

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