Html Css Color HEX #1F06FD Blue

📋 copy color: '#1F06FD'

red 31 ◦ green 6 ◦ blue 253

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

Shades of Blue #1F06FD

Tints of Blue #1F06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 253 (99.22% from 255) = 87.24%

R = 10.69%
G = 2.07%
B = 87.24%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F06FD (or 0x1F06FD) is known color: Blue. HEX triplet: 1F, 06 and FD. RGB value is (31,6,253). Sum of RGB (Red+Green+Blue) = 31+6+253=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F06FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F06FD is #E0F902. Grayscale: #282828. Windows color (decimal): -14743811 or 16582175. OLE color: 16582175.

HSL color Cylindrical-coordinate representation of color #1F06FD: hue angle of 246.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F06FD is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 6 253 -
CMYK 0.88 0.98 0 0.01
HSL 246.07º 0.98% 0.51% -
HSV(B) 246.07º 0.98% 0.99% -
XYZ 18.36 7.51 93.41 -
YUV 41.63 247.28 120.42 -
System Red Green Blue C M Y K H S L
Decimal 31 6 253 0.88 0.98 0 0.01 246.07 0.98 0.51
Hex 1F 6 FD 58 62 0 1 F6 62 33
Octal 37 6 375 130 142 0 1 366 142 63
Binary 11111 110 11111101 1011000 1100010 0 1 11110110 1100010 110011

Color Harmonies of #1F06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06FD

Black with #1F06FD

Text Example


Text Example

White with #1F06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,6,253); }

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

background-color css

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

 a { background-color: rgb(31,6,253); }

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

border-color css

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

 span { border-color: rgb(31,6,253); }

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